gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11227: xcheck -> check


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11227: xcheck -> check
Date: Wed, 08 Jul 2009 12:57:35 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11227
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2009-07-08 12:57:35 +0200
message:
  xcheck -> check
modified:
  testsuite/misc-ming.all/DrawingApiTest.as
  testsuite/misc-ming.all/DrawingApiTestRunner.cpp
=== modified file 'testsuite/misc-ming.all/DrawingApiTest.as'
--- a/testsuite/misc-ming.all/DrawingApiTest.as 2009-07-08 10:29:57 +0000
+++ b/testsuite/misc-ming.all/DrawingApiTest.as 2009-07-08 10:57:35 +0000
@@ -671,7 +671,7 @@
 
     // The shape is not closed to form a triangle,
     // so the only way to hit it is to hit the line.
-    xcheck(!e.hitTest(x + 30, y + 30, true));
+    check(!e.hitTest(x + 30, y + 30, true));
 
     // Top right 'corner'
     check(e.hitTest(x, y, true));
@@ -728,7 +728,7 @@
     // The point is clearly within a fill so we'll take an hit test
     // success as expected.
     //
-    xcheck(g.hitTest(x + 80, y + 20, true));
+    check(g.hitTest(x + 80, y + 20, true));
 
     _visible = false;
 }

=== modified file 'testsuite/misc-ming.all/DrawingApiTestRunner.cpp'
--- a/testsuite/misc-ming.all/DrawingApiTestRunner.cpp  2009-07-08 06:57:51 
+0000
+++ b/testsuite/misc-ming.all/DrawingApiTestRunner.cpp  2009-07-08 10:57:35 
+0000
@@ -806,7 +806,7 @@
     // Top right fill (none)
     check_pixel(x + 80, y + 20, 2, white, 2);
     // Dead centre fill (none)
-    xcheck_pixel(x + w / 2, y + h / 2, 2, white, 2);
+    check_pixel(x + w / 2, y + h / 2, 2, white, 2);
     // Top right corner (nothing)
     check_pixel(x + w, y, 2, white, 2);
 
@@ -820,11 +820,11 @@
     // Bottom left corner (black line).
     check_pixel(x, y + h, 2, black, 2);
     // Bottom left fill (none)
-    xcheck_pixel(x + 20, y + 60, 2, white, 2);
+    check_pixel(x + 20, y + 60, 2, white, 2);
     // Top right fill (none)
     check_pixel(x + 80, y + 20, 2, white, 2);
     // Dead centre fill (none)
-    xcheck_pixel(x + w / 2, y + h / 2, 2, white, 2);
+    check_pixel(x + w / 2, y + h / 2, 2, white, 2);
     // Top right corner (nothing)
     check_pixel(x + w, y, 2, white, 2);
 
@@ -860,7 +860,7 @@
     // The following tests are possibly meaningless:
     
     // Top right fill (blue)
-    xcheck_pixel(x + 80, y + 20, 2, blue, 2);
+    check_pixel(x + 80, y + 20, 2, blue, 2);
     // Dead centre (yellow line)
     check_pixel(x + w / 2, y + h / 2, 2, yellow, 2);
     // Top right corner (yellow line)


reply via email to

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