equivalent to "{}" for empty tl_data field.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9239
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Oct 23 13:32:40 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * api.2/get-principal-v2.exp: Fix for test 100 where {} is not
+ equivalent to "{}" for empty tl_data field.
+
Mon Oct 21 16:27:28 1996 Barry Jaspan <bjaspan@mit.edu>
* api.2/mod-principal-v2.exp: create this file, implement tests
fail "$test: key_data $key_data should be {}"
set failed 1
}
- if {$tl_data != "{}"} {
+ if {$tl_data != {}} {
fail "$test: tl_data $tl_data should be {}"
set failed 1
}