[Aptitude-svn-commit] r3854 - in branches/aptitude-0.3/aptitude: . src/generic/problemresolver

Daniel Burrows dburrows at costa.debian.org
Mon Aug 15 23:42:44 UTC 2005


Author: dburrows
Date: Mon Aug 15 23:42:40 2005
New Revision: 3854

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/generic/problemresolver/test1.txt
   branches/aptitude-0.3/aptitude/src/generic/problemresolver/test3.txt
Log:
Fix the test cases for the new solution formats.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Mon Aug 15 23:42:40 2005
@@ -1,5 +1,9 @@
 2005-08-15  Daniel Burrows  <dburrows at debian.org>
 
+	* src/generic/problemresolver/test1.txt, src/generic/problemresolver/test3.txt:
+
+	  Fix the test cases for the new solution formats.
+
 	* tests/test_resolver.cc:
 
 	  Add a test case for solution comparison; add more test cases to

Modified: branches/aptitude-0.3/aptitude/src/generic/problemresolver/test1.txt
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/problemresolver/test1.txt	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/problemresolver/test1.txt	Mon Aug 15 23:42:40 2005
@@ -20,6 +20,6 @@
   DEP p3 v3 -> < p4 v1  p4 v2  p4 v3 >
 ]
 
-TEST 10 10 10000 10 50 { } EXPECT ( 10000 ANY
-			            10000 ANY
-                                    10000 ANY )
\ No newline at end of file
+TEST 10 10 -100 10000 10 50 { } EXPECT ( 10000 ANY
+		     	                 10000 ANY
+                                         10000 ANY )
\ No newline at end of file

Modified: branches/aptitude-0.3/aptitude/src/generic/problemresolver/test3.txt
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/problemresolver/test3.txt	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/problemresolver/test3.txt	Mon Aug 15 23:42:40 2005
@@ -20,6 +20,6 @@
   DEP p3 v3 -> < p4 v1  p4 v2  p4 v3 >
 ]
 
-TEST 10 10 10000 10 50 { } EXPECT ( 10000 ANY
-			            10000 ANY
-                                    10000 ANY )
+TEST 10 10 -1000 10000 10 50 { } EXPECT ( 10000 ANY
+					  10000 ANY
+					  10000 ANY )



More information about the Aptitude-svn-commit mailing list