gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10132: Disable apparently defunct t


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10132: Disable apparently defunct test.
Date: Mon, 27 Oct 2008 08:53:58 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10132
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Mon 2008-10-27 08:53:58 +0100
message:
  Disable apparently defunct test.
modified:
  testsuite/libamf.all/test_lc.cpp
=== modified file 'testsuite/libamf.all/test_lc.cpp'
--- a/testsuite/libamf.all/test_lc.cpp  2008-04-30 02:35:30 +0000
+++ b/testsuite/libamf.all/test_lc.cpp  2008-10-27 07:53:58 +0000
@@ -216,11 +216,14 @@
     Element *el;
     vector<amf::Element *> els;
 
+#if 0
+    // Apparently this constructor no longer exists.
+
     el = new Element(true, 123.456, 987.654, "IAmReplyingNow");
 //    el->dump();
     els.push_back(el);
     delete el;    
-
+#endif
 #if 0
     // 
     el = new Element(true);


reply via email to

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