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 DrawingApiTest.as


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTest.as
Date: Thu, 08 Nov 2007 20:01:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/11/08 20:01:57

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

Log message:
        Use same coordinate for in-shape and in-bounds check of that right el 
shape...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTest.as?cvsroot=gnash&r1=1.25&r2=1.26

Patches:
Index: DrawingApiTest.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DrawingApiTest.as,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- DrawingApiTest.as   8 Nov 2007 18:00:28 -0000       1.25
+++ DrawingApiTest.as   8 Nov 2007 20:01:57 -0000       1.26
@@ -17,7 +17,7 @@
 // 'h' toggles _visible
 //
 
-rcsid="$Id: DrawingApiTest.as,v 1.25 2007/11/08 18:00:28 udog Exp $";
+rcsid="$Id: DrawingApiTest.as,v 1.26 2007/11/08 20:01:57 strk Exp $";
 
 #include "../actionscript.all/check.as"
 
@@ -294,7 +294,7 @@
        check(  inv3.hitTest((4*4), 100 + (10*4), false) );  // Outside the 
left autofill (but in the boundaries)
 
        check(  inv3.hitTest((20*4), 100 + (18*4), true)  );  // Inside the 
right autofill
-       check( !inv3.hitTest((20*4), 100 + (10*4), true)  );  // Outside the 
right autofill (but in the boundaries)
+       check( !inv3.hitTest((24*4), 100 + (10*4), true)  );  // Outside the 
right autofill (but in the boundaries)
        check(  inv3.hitTest((24*4), 100 + (10*4), false) );  // Outside the 
right autofill (but in the boundaries)
 
        // Nested squares (inner is an hole)




reply via email to

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