gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10462: test that .connect(null) sti


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10462: test that .connect(null) still updates .uri
Date: Thu, 18 Dec 2008 12:32:22 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10462
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Thu 2008-12-18 12:32:22 +0100
message:
  test that .connect(null) still updates .uri
modified:
  testsuite/actionscript.all/NetConnection.as
=== modified file 'testsuite/actionscript.all/NetConnection.as'
--- a/testsuite/actionscript.all/NetConnection.as       2008-12-15 14:03:46 
+0000
+++ b/testsuite/actionscript.all/NetConnection.as       2008-12-18 11:32:22 
+0000
@@ -202,6 +202,8 @@
 check_equals(ret, undefined);
 check_equals(statuses.length, 1);
 check_equals(result, "NetConnection.Connect.Success");
+check_equals(typeof(tmp.uri), 'string');
+check_equals(tmp.uri, 'null');
 
 // Check onStatus object.
 
@@ -288,7 +290,7 @@
 check_equals(result, "NetConnection.Connect.Failed");
 check_equals(level, "error");
 
-check_totals(117);
+check_totals(119);
 
 
 


reply via email to

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