* api.2/init-v2.exp: Remove tests 104 & 105 as lockfile and
authorEzra Peisach <epeisach@mit.edu>
Tue, 1 Oct 1996 19:02:30 +0000 (19:02 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 1 Oct 1996 19:02:30 +0000 (19:02 +0000)
policy database names are hard wired. [krb5-admin/46]

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

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

index 82a7597af7aecf84f642066aefd3b824d1bfc0fa..d8399796fb560d242079b96da9b6964b4e4170bb 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct  1 14:45:37 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * api.2/init-v2.exp: Remove tests 104 & 105 as lockfile and
+               policy database names are hard wired. [krb5-admin/46]
+
 Thu Sep 26 17:44:10 1996  Barry Jaspan  <bjaspan@mit.edu>
 
        * api.0/init.exp, api.1/lock.exp, api.2/init.exp: use $K5ROOT
index 140ff86e8fc9d4ca8f001982105ac4f357cb91c2..38ddcf5d61515c4bb04fbc33a7abdf11c1b2f3c0 100644 (file)
@@ -66,42 +66,6 @@ proc test103 {} {
 }
 if {! $RPC} test103
 
-test "init 104"
-proc test104 {} {
-    global test
-
-    # This is slightly lame, but it works: if CONFIG_ADBNAME is obeyed, 
-    # then the lock file will be set based on it, and it won't exist.
-    one_line_fail_test {
-       kadm5_init admin admin $KADM5_ADMIN_SERVICE \
-               [config_params {KADM5_CONFIG_ADBNAME} /does-not-exist] \
-               $KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
-               server_handle
-    } "NOLOCKFILE"
-}
-if {! $RPC} test104
-
-test "init 105"
-proc test105 {} {
-    global test
-
-    # The lock info is stored in a static structure so that it applies
-    # to all handles in the process (why?).  We need to restart the api
-    # in order to ensure we are using the new lockfile.
-    api_exit
-    api_start
-
-    one_line_fail_test {
-       kadm5_init admin admin $KADM5_ADMIN_SERVICE \
-               [config_params {KADM5_CONFIG_ADB_LOCKFILE} /does-not-exist] \
-               $KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
-               server_handle
-    } "NOLOCKFILE"
-
-    api_exit
-    api_start
-}
-if {! $RPC} test105
 
 test "init 106"
 proc test106 {} {