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: Udo Giacomozzi
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTest.as
Date: Thu, 08 Nov 2007 18:00:28 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/11/08 18:00:28

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

Log message:
        rewrite coordinate style for clarity

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

Patches:
Index: DrawingApiTest.as
===================================================================
RCS file: /cvsroot/gnash/gnash/testsuite/misc-ming.all/DrawingApiTest.as,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- DrawingApiTest.as   8 Nov 2007 17:16:13 -0000       1.24
+++ DrawingApiTest.as   8 Nov 2007 18:00:28 -0000       1.25
@@ -17,7 +17,7 @@
 // 'h' toggles _visible
 //
 
-rcsid="$Id: DrawingApiTest.as,v 1.24 2007/11/08 17:16:13 udog Exp $";
+rcsid="$Id: DrawingApiTest.as,v 1.25 2007/11/08 18:00:28 udog 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(92, 150, true)  );  // Outside the right autofill 
(but in the boundaries)
+       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), 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]