gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10435: fix explanation of what is f


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10435: fix explanation of what is failing with the only failure
Date: Mon, 15 Dec 2008 11:00:38 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10435
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2008-12-15 11:00:38 +0100
message:
  fix explanation of what is failing with the only failure
modified:
  testsuite/misc-ming.all/remoting.as
=== modified file 'testsuite/misc-ming.all/remoting.as'
--- a/testsuite/misc-ming.all/remoting.as       2008-12-14 23:36:35 +0000
+++ b/testsuite/misc-ming.all/remoting.as       2008-12-15 10:00:38 +0000
@@ -132,8 +132,8 @@
        check_equals(res.request_id, '/7');
        check_equals(res.message, 'ary_float');
        check_equals(res.type, 'ECMA_ARRAY');
-    // The bug here is that gnash encodes 3 as the length of the array due
-    // to assignment of the '2.5' member.
+    // The bug here is that gnash encodes 0 as the length of the array while
+    // the expected behaviour is to encode 3.
        xcheck_equals(res.hex, 
'0a:00:00:00:01:08:00:00:00:03:00:03:32:2e:35:00:3f:f0:00:00:00:00:00:00:00:00:09');
 };
 
@@ -204,3 +204,7 @@
        endOfTest();
 };
 
+// TODO: check encoding of calls w/out an handler, should
+// have a request_id == '/' but we can't check immediately
+// as we don't have the response handler....
+


reply via email to

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