Disable outdated test suite. Update an expiration date that has already passed
authorKen Raeburn <raeburn@mit.edu>
Wed, 1 Sep 1999 19:55:45 +0000 (19:55 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 1 Sep 1999 19:55:45 +0000 (19:55 +0000)
in the test code, putting it into the future again.

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

src/kadmin/v4server/unit-test/ChangeLog
src/kadmin/v4server/unit-test/Makefile.in
src/kadmin/v4server/unit-test/lib/helpers.exp

index 5de3018208fef4b02c1273619bfd94c7370b81ea..ebc0d2e42da5e56a2cdae6b90b38687625e397f2 100644 (file)
@@ -1,3 +1,11 @@
+1999-08-31  Ken Raeburn  <raeburn@mit.edu>
+
+       * lib/helpers.exp (unexpire): Move expiration date ahead a few
+       decades.
+
+       * Makefile.in (check- check-ok): Disable tests until the tests get
+       updated for non-OVSEC mode, etc.
+
 1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Set the myfulldir and mydir variables (which are
index 783c26ddf918ce546f67c9fe47ba3f33d8c39cd7..b1f9c6346c047fddc92e738944c8cef8d5ba301e 100644 (file)
@@ -8,13 +8,19 @@ BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 
 check:: check-@DO_V4_TEST@
 
-check-::
+# When the tests get updated, nuke this and delete "-not" from the next two.
+check- check-ok::
+       @echo "+++"
+       @echo "+++ WARNING: kadmin/v4server unit tests out of date; not run."
+       @echo "+++"
+
+check--not::
        @echo "+++"
        @echo "+++ WARNING: kadmin/v4server unit tests not run."
        @echo "+++ Either Athena compatibility, tcl, runtest, or Perl is unavailable."
        @echo "+++"
 
-check-ok unit-test:: unit-test-setup unit-test-body unit-test-cleanup
+check-ok-not unit-test:: unit-test-setup unit-test-body unit-test-cleanup
 
 unit-test-setup::
        $(ENV_SETUP) $(START_SERVERS_LOCAL) -v4files -kdcport 750 -keysalt des-cbc-crc:v4
index 8338d37032ab2088e3e7463b26c72733906d1296..a3087dc1472b9b3efb28f31ad7c343e2d8285b90 100644 (file)
@@ -215,7 +215,7 @@ proc unexpire { name fullname } {
     # While we're at it, make sure they aren't expired.
     exp_prog "$name: kadmin.local" $kadmin_local "" 0 {
        "kadmin.local:" {
-           send "modprinc -expire \"May 6, 1999\" $fullname\n" 
+           send "modprinc -expire \"May 6, 2029\" $fullname\n" 
        }
     } { 
        -re "Principal .* modified." { send "quit\n" }