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

Daniel Burrows dburrows at costa.debian.org
Tue Aug 16 01:10:15 UTC 2005


Author: dburrows
Date: Tue Aug 16 01:10:13 2005
New Revision: 3860

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/tests/test_resolver.cc
Log:
Correct the comparison of s1 and s2.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue Aug 16 01:10:13 2005
@@ -1,5 +1,9 @@
 2005-08-15  Daniel Burrows  <dburrows at debian.org>
 
+	* tests/test_resolver.cc:
+
+	  Correct the comparison of s1 and s2 (they should be equivalent).
+
 	* src/generic/problemresolver/solution.h:
 
 	  Uh, yeah, let's construct the set of unresolved soft deps by

Modified: branches/aptitude-0.3/aptitude/tests/test_resolver.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/tests/test_resolver.cc	(original)
+++ branches/aptitude-0.3/aptitude/tests/test_resolver.cc	Tue Aug 16 01:10:13 2005
@@ -219,7 +219,7 @@
     assertLtInequivalent(s0, s7, solcmp);
 
     assertLtEquivalent(s1, s1, solcmp);
-    assertLtInequivalent(s1, s2, solcmp);
+    assertLtEquivalent(s1, s2, solcmp);
     assertLtInequivalent(s1, s3, solcmp);
     assertLtInequivalent(s1, s4, solcmp);
     assertLtInequivalent(s1, s5, solcmp);



More information about the Aptitude-svn-commit mailing list