gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9732: dump data with -d.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9732: dump data with -d.
Date: Fri, 14 Nov 2008 20:35:44 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9732
committer: address@hidden
branch nick: rtmp
timestamp: Fri 2008-11-14 20:35:44 -0700
message:
  dump data with -d.
modified:
  testsuite/libnet.all/test_diskstream.cpp
=== modified file 'testsuite/libnet.all/test_diskstream.cpp'
--- a/testsuite/libnet.all/test_diskstream.cpp  2008-11-13 01:14:32 +0000
+++ b/testsuite/libnet.all/test_diskstream.cpp  2008-11-15 03:35:44 +0000
@@ -189,10 +189,11 @@
             runtest.fail("seek(5100)");
         }
     }
-//    ds.dump();
+    if (dump) {
+        ds.dump();
+    }
 
     delete[] buf;
-    
     unlink("outbuf.raw");
     unlink("outbuf2.raw");
 }


reply via email to

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