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... [relea


From: Chad Musick
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTestRun... [release_0_8_1]
Date: Tue, 21 Aug 2007 15:10:04 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_1
Changes by:     Chad Musick <cmusick>   07/08/21 15:10:03

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

Log message:
        Hack to take care of make check failure in 4.1.2

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp?cvsroot=gnash&only_with_tag=release_0_8_1&r1=1.20&r2=1.20.2.1

Patches:
Index: DrawingApiTestRunner.cpp
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/DrawingApiTestRunner.cpp,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -u -b -r1.20 -r1.20.2.1
--- DrawingApiTestRunner.cpp    1 Jul 2007 10:54:46 -0000       1.20
+++ DrawingApiTestRunner.cpp    21 Aug 2007 15:10:03 -0000      1.20.2.1
@@ -47,6 +47,7 @@
        float halfside = ((float)radius * sqrt(2.0f))/2.0f;
        ret.expandTo(int(round(x-halfside)), int(round(y-halfside)));
        ret.expandTo(int(round(x+halfside)), int(round(y+halfside)));
+        fprintf(stderr, ".");
        return ret;
 }
 




reply via email to

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