[Aptitude-devel] r3230 - branches/aptitude-0.3/aptitude/src/generic/problemresolver

Daniel Burrows dburrows@costa.debian.org
Sun, 01 May 2005 15:20:32 +0000


Author: dburrows
Date: Sun May  1 15:20:31 2005
New Revision: 3230

Added:
   branches/aptitude-0.3/aptitude/src/generic/problemresolver/test3.txt
Log:
Add a deliberately malformed file to test error handling.

Added: branches/aptitude-0.3/aptitude/src/generic/problemresolver/test3.txt
==============================================================================
--- (empty file)
+++ branches/aptitude-0.3/aptitude/src/generic/problemresolver/test3.txt	Sun May  1 15:20:31 2005
@@ -0,0 +1,25 @@
+UNIVERSE [
+  PACKAGE p1 < v1 v2 v3 > v1
+  PACKAGE p2 < v1 v2 v3 > v1
+  PACKAGE p3 < v1 v2 v3 > v1
+  PACKAGE p4 < v1 v2 v3 > v1
+
+
+  DEP p1 v1 -> < p2 v2  p2 v3 >
+  DEP p1 v2 -> < p2 v2  p2 v3 >
+  DEP p1 v3 -> < p2 v2  p2 v3 >
+
+  DEP p2 v1 -> < p3 v1  p3 v2  p3 v3 >
+  DEP p2 v2 -> < p3 v1  p3 v2  p3 v3 >
+
+  DEP p2 v1 !! < p1 v2  p1 v3 >
+
+
+  DEP p3 v1 -> < p4 v1  p4 v2  p4 v3 >
+  DEP p3 v2 -> < p4 v1  p4 v2  p4 v3 >
+  DEP p3 v3 -> < p4 v1  p4 v2  p4 v3 >
+]
+
+TEST 10 10 10000 10 50 { } ( 10000 ANY
+			     10000 ANY
+                             10000 ANY )