gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/org/fenfire/modules/pp PPActionsImpl.te...


From: Benja Fallenstein
Subject: [Gzz-commits] fenfire/org/fenfire/modules/pp PPActionsImpl.te...
Date: Thu, 05 Jun 2003 14:03:28 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Benja Fallenstein <address@hidden>      03/06/05 14:03:27

Modified files:
        org/fenfire/modules/pp: PPActionsImpl.test 
        org/fenfire/modules/pp/lava: RSTActionsImpl.test 

Log message:
        mark tests as failing as long as they hang my vm

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/modules/pp/PPActionsImpl.test.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/modules/pp/lava/RSTActionsImpl.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/modules/pp/PPActionsImpl.test
diff -u fenfire/org/fenfire/modules/pp/PPActionsImpl.test:1.10 
fenfire/org/fenfire/modules/pp/PPActionsImpl.test:1.11
--- fenfire/org/fenfire/modules/pp/PPActionsImpl.test:1.10      Fri May 23 
10:26:07 2003
+++ fenfire/org/fenfire/modules/pp/PPActionsImpl.test   Thu Jun  5 14:03:27 2003
@@ -29,6 +29,9 @@
     act = PPActionsImpl(fen)
 
 def testNewPaper():
+    """
+    fail: *
+    """
     paper = act.newPaper()
 
     assert CANVAS2D.Canvas == fen.constgraph.find1_11X(paper, RDF.type)
Index: fenfire/org/fenfire/modules/pp/lava/RSTActionsImpl.test
diff -u fenfire/org/fenfire/modules/pp/lava/RSTActionsImpl.test:1.1 
fenfire/org/fenfire/modules/pp/lava/RSTActionsImpl.test:1.2
--- fenfire/org/fenfire/modules/pp/lava/RSTActionsImpl.test:1.1 Wed May 14 
08:32:53 2003
+++ fenfire/org/fenfire/modules/pp/lava/RSTActionsImpl.test     Thu Jun  5 
14:03:27 2003
@@ -24,6 +24,9 @@
     act = RSTActionsImpl(fen)
 
 def testNewCanvas():
+    """
+    fail: *
+    """
     canv = act.newRSTCanvas()
     iter = fen.graph.findN_11X_Iter(canv, RDF.type)
 
@@ -36,6 +39,9 @@
 
 
 def testNewParagraph():
+    """
+    fail: *
+    """
     canv = act.newRSTCanvas()
 
     parag1 = act.newParagraph(canv, 200, 12,12)
@@ -54,6 +60,9 @@
     # XXX coords
     
 def testNewSentence():
+    """
+    fail: *
+    """
     canv = act.newRSTCanvas()
     parag = act.newParagraph(canv, 200, 12,12)
 
@@ -67,6 +76,9 @@
 
 
 def testNodeInsert():
+    """
+    fail: *
+    """
     canv = act.newRSTCanvas()
     parag = act.newParagraph(canv, 200, 12,12)
     sent = act.newSentence(parag, 0)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]