[Aptitude-svn-commit] r4110 - in branches/aptitude-0.3/aptitude: . tests

Daniel Burrows dburrows at costa.debian.org
Sun Sep 18 04:01:03 UTC 2005


Author: dburrows
Date: Sun Sep 18 04:01:01 2005
New Revision: 4110

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/tests/test_wtree.cc
Log:
Fix an error in the wtree test.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sun Sep 18 04:01:01 2005
@@ -1,5 +1,9 @@
 2005-09-17  Daniel Burrows  <dburrows at debian.org>
 
+	* tests/test_wtree.cc:
+
+	  Correct a mistake in the test.
+
 	* src/generic/immset.h:
 
 	  Switch the second comparison of the roots of the two trees in

Modified: branches/aptitude-0.3/aptitude/tests/test_wtree.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/tests/test_wtree.cc	(original)
+++ branches/aptitude-0.3/aptitude/tests/test_wtree.cc	Sun Sep 18 04:01:01 2005
@@ -701,7 +701,7 @@
 
     assertNotContains(s1, t);
     assertNotContains(s2, t);
-    assertContains(s3, t);
+    assertNotContains(s3, t);
     assertContains(t, s1);
     assertNotContains(t, s2);
     assertContains(t, s3);



More information about the Aptitude-svn-commit mailing list