gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/samples/clip_as_butto...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/samples/clip_as_butto...
Date: Wed, 17 Jan 2007 09:53:23 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/01/17 09:53:23

Modified files:
        .              : ChangeLog 
        testsuite/samples: clip_as_button2-TestRunner.cpp 

Log message:
                * testsuite/samples/clip_as_button2-TestRunner.cpp: enable
                  verbosity *before* attempting to load the movie, to know
                  more about why the movie could not be loaded.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2118&r2=1.2119
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/clip_as_button2-TestRunner.cpp?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2118
retrieving revision 1.2119
diff -u -b -r1.2118 -r1.2119
--- ChangeLog   17 Jan 2007 08:56:33 -0000      1.2118
+++ ChangeLog   17 Jan 2007 09:53:23 -0000      1.2119
@@ -1,5 +1,8 @@
 2007-01-17 Sandro Santilli <address@hidden>
 
+       * testsuite/samples/clip_as_button2-TestRunner.cpp: enable
+         verbosity *before* attempting to load the movie, to know
+         more about why the movie could not be loaded.
        * .cvsignore, cygnal/.cvsignore, extensions/mysql/.cvsignore,
          testsuite/actionscript.all/.cvsignore,
          testsuite/misc-ming.all/.cvsignore,

Index: testsuite/samples/clip_as_button2-TestRunner.cpp
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/samples/clip_as_button2-TestRunner.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- testsuite/samples/clip_as_button2-TestRunner.cpp    20 Dec 2006 20:09:07 
-0000      1.4
+++ testsuite/samples/clip_as_button2-TestRunner.cpp    17 Jan 2007 09:53:23 
-0000      1.5
@@ -40,6 +40,9 @@
        string filename = string(SRCDIR) + string("/") + string(INPUT_FILENAME);
        auto_ptr<MovieTester> t;
 
+       gnash::LogFile& dbglogfile = gnash::LogFile::getDefaultInstance();
+       dbglogfile.setVerbosity(1);
+
        try
        {
                t.reset(new MovieTester(filename));
@@ -56,9 +59,6 @@
        //       I wouldn't want the first advance to be needed
        tester.advance();
 
-       gnash::LogFile& dbglogfile = gnash::LogFile::getDefaultInstance();
-       dbglogfile.setVerbosity(1);
-
        sprite_instance* root = tester.getRootMovie();
        assert(root);
 




reply via email to

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