[Initscripts-ng-commits] r843 - in /trunk/src/insserv/debian: changelog run-testsuite

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Fri Aug 22 13:40:38 UTC 2008


Author: kelmo-guest
Date: Fri Aug 22 13:40:38 2008
New Revision: 843

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=843
Log:
test_fake_loop() and test_fake_loop_reverse() are now unconditionally fatal
tests because they pass with insserv >= 1.12.0. (Closes: #458582)

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/run-testsuite

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=843&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Fri Aug 22 13:40:38 2008
@@ -1,3 +1,10 @@
+insserv (1.12.0-3) unstable; urgency=low
+
+  * test_fake_loop() and test_fake_loop_reverse() are now unconditionally fatal
+    tests because they pass with insserv >= 1.12.0. (Closes: #458582)
+
+ -- Kel Modderman <kel at otaku42.de>  Fri, 22 Aug 2008 23:39:42 +1000
+
 insserv (1.12.0-2) unstable; urgency=low
 
   [ Kel Modderman ]

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=843&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Fri Aug 22 13:40:38 2008
@@ -523,6 +523,9 @@
 EOF
 
 list_rclinks
+
+check_order S startfirst_stopfirst startsecond_stoplast
+check_order 6 startfirst_stopfirst startsecond_stoplast
 }
 
 test_fake_loop_reverse() {
@@ -562,10 +565,9 @@
 
 list_rclinks
 
-# These are checking real bugs, but until bug #458582 is fixed, they
-# will fail.  Making the tests non-fatal because of this.
-${severity}_order S startfirst_stopfirst startsecond_stoplast
-${severity}_order 6 startfirst_stopfirst startsecond_stoplast 
+# #458582
+check_order S startfirst_stopfirst startsecond_stoplast
+check_order 6 startfirst_stopfirst startsecond_stoplast 
 }
 
 test_badscript() {




More information about the Initscripts-ng-commits mailing list