[Red5commits] [2228] added test with number outside integer range as attribute value

jbauch luke at codegent.com
Wed Jul 25 17:30:07 EDT 2007


added test with number outside integer range as attribute value


Timestamp: 07/25/07 16:26:31 EST (less than one hour ago) 
Change: 2228 
Author: jbauch

Files (see diff or trac for details): 
java/server/trunk/swf/DEV_Source/classes/org/red5/samples/echo/EchoTest.as


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/2228

Index: /java/server/trunk/swf/DEV_Source/classes/org/red5/samples/echo/EchoTest.as
===================================================================
--- /java/server/trunk/swf/DEV_Source/classes/org/red5/samples/echo/EchoTest.as (revision 2211)
+++ /java/server/trunk/swf/DEV_Source/classes/org/red5/samples/echo/EchoTest.as (revision 2228)
@@ -190,4 +190,8 @@
 			remote3.attribute2 = 1234567890;
 			testParams.push(remote3);
+			var remote4: RemoteClass = new RemoteClass();
+			remote4.attribute1 = "four";
+			remote4.attribute2 = 1185292800000;
+			testParams.push(remote4);
 			AMF0Count = testParams.length;
 			


Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list