gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9983: the object has 4 properties, n


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9983: the object has 4 properties, not 3.
Date: Thu, 12 Feb 2009 19:04:19 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9983
committer: address@hidden
branch nick: rtmp
timestamp: Thu 2009-02-12 19:04:19 +0100
message:
  the object has 4 properties, not 3.
modified:
  testsuite/libamf.all/test_amf.cpp
=== modified file 'testsuite/libamf.all/test_amf.cpp'
--- a/testsuite/libamf.all/test_amf.cpp 2009-02-02 02:07:06 +0000
+++ b/testsuite/libamf.all/test_amf.cpp 2009-02-12 18:04:19 +0000
@@ -400,7 +400,7 @@
     // but this should have a more accurate test to make sure all
     // the child elements are correct all the time.
     if ((newtop->getType() == Element::OBJECT_AMF0)
-        && (newtop->propertySize() == 3)) {
+        && (newtop->propertySize() == 4)) {
         runtest.pass("Extracted Object");
     } else {
         runtest.fail("Extracted Object");


reply via email to

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