[Fencommits] libvob: fix simple test to be runnable.

Matti J. Katila majukati at cc.jyu.fi
Tue Mar 7 02:05:55 EET 2006


Tue Mar  7 01:33:02 EET 2006  Matti J. Katila <majukati at cc.jyu.fi>
  * fix simple test to be runnable.

diff -rN -u libvob-old/org/nongnu/libvob/impl/lwjgl/SimpleTest.java libvob-new/org/nongnu/libvob/impl/lwjgl/SimpleTest.java
--- libvob-old/org/nongnu/libvob/impl/lwjgl/SimpleTest.java	2006-03-07 02:05:53.521907107 +0200
+++ libvob-new/org/nongnu/libvob/impl/lwjgl/SimpleTest.java	2006-03-07 01:34:37.000000000 +0200
@@ -65,10 +65,10 @@
 		    vs.put(new RectVob(Color.RED, 1), cs=vs.scaleCS(cs, "foo", 2,1.5f));
 		    vs.put(new TextVob(GraphicsAPI.getInstance().getTextStyle("sans", 0, 12), "foobar"), cs=vs.scaleCS(cs, "t", 10,10));
 		    
-		    PaperMill.Paper paper = PaperMill.getInstance().getPaper(42);
-		    Ren.PaperQuad pq = Ren.createPaperQuad(paper, 0, 0, 1, 1, 1);
-		    int cs1 = vs.orthoCS(0, "1", 0, 0, 0, 200, 200);
-		    vs.map.put(pq, cs1, 0);
+//		    PaperMill.Paper paper = PaperMill.getInstance().getPaper(42);
+//		    Ren.PaperQuad pq = Ren.createPaperQuad(paper, 0, 0, 1, 1, 1);
+//		    int cs1 = vs.orthoCS(0, "1", 0, 0, 0, 200, 200);
+//		    vs.map.put(pq, cs1, 0);
 
 		    return vs;
 		}




More information about the Fencommits mailing list