* api.2/get-principal-v2.exp: Fix for test 100 where {} is not
authorEzra Peisach <epeisach@mit.edu>
Wed, 23 Oct 1996 17:35:44 +0000 (17:35 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 23 Oct 1996 17:35:44 +0000 (17:35 +0000)
equivalent to "{}" for empty tl_data field.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9239 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kadm5/unit-test/ChangeLog
src/lib/kadm5/unit-test/api.2/get-principal-v2.exp

index 6035572a969b7ad0084346308a381e16ecd12b8b..0fd309d6283026693f0d714beb42f9210dc7e44c 100644 (file)
@@ -1,3 +1,8 @@
+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
index 191a2f3dff7abd739ffe4cb2445a17754f9dbed4..c29b61ea0153005cf027aaa5a52c7fe1672241be 100644 (file)
@@ -84,7 +84,7 @@ proc test100 {} {
        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
     }