gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/NetStre...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/NetStre...
Date: Mon, 21 Jan 2008 16:48:23 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/01/21 16:48:22

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: NetStream-SquareTest.c 

Log message:
        altought the test shows gst is unable to load the FLV, we seem to 
support
        the 'currentFps' property now..

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5445&r2=1.5446
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/NetStream-SquareTest.c?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5445
retrieving revision 1.5446
diff -u -b -r1.5445 -r1.5446
--- ChangeLog   21 Jan 2008 16:02:49 -0000      1.5445
+++ ChangeLog   21 Jan 2008 16:48:22 -0000      1.5446
@@ -1,5 +1,11 @@
 2008-01-21 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/NetStream-SquareTest.c: altought the test
+         shows gst is unable to load the FLV, we seem to support the
+         'currentFps' property now..
+
+2008-01-21 Sandro Santilli <address@hidden>
+
        * server/as_object.cpp, server/button_character_instance.cpp,
          server/sprite_instance.cpp, server/asobj/xml.cpp: use new
          named strings. This should be particularely effective for

Index: testsuite/misc-ming.all/NetStream-SquareTest.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/NetStream-SquareTest.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- testsuite/misc-ming.all/NetStream-SquareTest.c      23 Nov 2007 21:19:40 
-0000      1.17
+++ testsuite/misc-ming.all/NetStream-SquareTest.c      21 Jan 2008 16:48:22 
-0000      1.18
@@ -139,11 +139,11 @@
   add_actions(mo, "video.attachVideo(stream);"); 
   
   // currentFps (read-only)
-  xcheck_equals (mo, "typeof(stream.currentFps)", "'number'" );
+  check_equals (mo, "typeof(stream.currentFps)", "'number'" );
   add_actions(mo, "stream.currentFps = 'string';");
-  xcheck_equals (mo, "typeof(stream.currentFps)", "'number'" );
+  check_equals (mo, "typeof(stream.currentFps)", "'number'" );
   add_actions(mo, "stream.currentFps = false;");
-  xcheck_equals (mo, "typeof(stream.currentFps)", "'number'" );
+  check_equals (mo, "typeof(stream.currentFps)", "'number'" );
 
   // bufferLength (read-only)
   check_equals (mo, "typeof(stream.bufferLength)", "'number'" );
@@ -184,14 +184,14 @@
   add_actions(mo, "stream.bytesLoaded = 'string';");
   check_equals (mo, "typeof(stream.bytesLoaded)", "'number'" ); 
 
-  xcheck_equals (mo, "stream.currentFps", "0" );
+  check_equals (mo, "stream.currentFps", "0" );
 
   /* Play video */
   b = newSWFAction(buffer_b);
   if(b == NULL) return -1;
   SWFMovie_add(mo, (SWFBlock)b);
  
-  xcheck_equals (mo, "stream.currentFps", "0" );
+  check_equals (mo, "stream.currentFps", "0" );
  
   /* Publisher Methods */
 




reply via email to

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