gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTestRun...


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTestRun...
Date: Fri, 09 Nov 2007 23:20:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/11/09 23:20:22

Modified files:
        testsuite/misc-ming.all: DrawingApiTestRunner.cpp 
                                 DrawingApiTest.as 

Log message:
        update expected results

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp?cvsroot=gnash&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTest.as?cvsroot=gnash&r1=1.27&r2=1.28

Patches:
Index: DrawingApiTestRunner.cpp
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- DrawingApiTestRunner.cpp    8 Nov 2007 16:43:16 -0000       1.34
+++ DrawingApiTestRunner.cpp    9 Nov 2007 23:20:21 -0000       1.35
@@ -187,7 +187,7 @@
 
        // Over the boundary of the green circle fill
        tester.movePointerTo(363, 174);
-       xcheck(tester.isMouseOverMouseEntity());  // fails due to 
edge::withinSquareDistance bug
+       check(tester.isMouseOverMouseEntity());  // fails due to 
edge::withinSquareDistance bug
        check_pixel(363, 174, 2, black, 2); 
 
        // Check that nothing is drawin in the bottom line

Index: DrawingApiTest.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DrawingApiTest.as,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- DrawingApiTest.as   9 Nov 2007 21:36:05 -0000       1.27
+++ DrawingApiTest.as   9 Nov 2007 23:20:22 -0000       1.28
@@ -17,7 +17,7 @@
 // 'h' toggles _visible
 //
 
-rcsid="$Id: DrawingApiTest.as,v 1.27 2007/11/09 21:36:05 strk Exp $";
+rcsid="$Id: DrawingApiTest.as,v 1.28 2007/11/09 23:20:22 strk Exp $";
 
 #include "../actionscript.all/check.as"
 
@@ -354,7 +354,7 @@
 
        // check that a point inside the hole doesn't hit the shape
        // (gnash fails due to bogus point_test, or missing normalization)
-       xcheck( ! inv4.hitTest(100 + (15*4), 100 + (15*4), true) ); 
+       check( ! inv4.hitTest(100 + (15*4), 100 + (15*4), true) ); 
 
        // while a points on the border do hit it
        check( inv4.hitTest(100 + (11*4), 100 + (11*4), true) );  // Upper-Left
@@ -393,7 +393,7 @@
 
        // check that a point inside the hole doesn't hit the shape
        // (gnash fails due to bogus point_test, or missing normalization)
-       xcheck( ! inv5.hitTest(150 + (15*4), 100 + (15*4), true) ); 
+       check( ! inv5.hitTest(150 + (15*4), 100 + (15*4), true) ); 
 
        // while a points on the border do hit it
        check( inv5.hitTest(150 + (11*4), 100 + (11*4), true) );  // Upper-Left




reply via email to

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