gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all Microphone.as


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all Microphone.as
Date: Fri, 13 Jul 2007 20:37:05 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/13 20:37:05

Modified files:
        testsuite/actionscript.all: Microphone.as 

Log message:
        fix expected results from Gnash

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Microphone.as?cvsroot=gnash&r1=1.9&r2=1.10

Patches:
Index: Microphone.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Microphone.as,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- Microphone.as       13 Jul 2007 02:59:15 -0000      1.9
+++ Microphone.as       13 Jul 2007 20:37:05 -0000      1.10
@@ -20,7 +20,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: Microphone.as,v 1.9 2007/07/13 02:59:15 strk Exp $";
+rcsid="$Id: Microphone.as,v 1.10 2007/07/13 20:37:05 strk Exp $";
 
 #include "check.as"
 
@@ -29,10 +29,10 @@
 
 // test the Microphone class
 check_equals(typeof(Microphone), 'function');
-xcheck_equals ( typeof(Microphone.prototype.setGain), 'function' );
-xcheck_equals ( typeof(Microphone.prototype.setRate), 'function' );
-xcheck_equals ( typeof(Microphone.prototype.setSilenceLevel), 'function' );
-xcheck_equals ( typeof(Microphone.prototype.setUseEchoSuppression), 'function' 
);
+check_equals ( typeof(Microphone.prototype.setGain), 'function' );
+check_equals ( typeof(Microphone.prototype.setRate), 'function' );
+check_equals ( typeof(Microphone.prototype.setSilenceLevel), 'function' );
+check_equals ( typeof(Microphone.prototype.setUseEchoSuppression), 'function' 
);
 
 // test the Microphone constuctor
 var microphoneObj = Microphone.get();




reply via email to

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