gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10610: Dunno why close() was commen


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10610: Dunno why close() was commented out, later test for state==CLOSED obviously failed like that
Date: Mon, 23 Feb 2009 15:57:23 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10610
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2009-02-23 15:57:23 +0100
message:
  Dunno why close() was commented out, later test for state==CLOSED obviously 
failed like that
modified:
  testsuite/libnet.all/test_diskstream.cpp
=== modified file 'testsuite/libnet.all/test_diskstream.cpp'
--- a/testsuite/libnet.all/test_diskstream.cpp  2009-02-19 18:57:33 +0000
+++ b/testsuite/libnet.all/test_diskstream.cpp  2009-02-23 14:57:23 +0000
@@ -154,7 +154,7 @@
     }
 
     // close the currently opened file
-//    ds1.close();
+    ds1.close();
     if (ds1.getState() == DiskStream::CLOSED) {
         runtest.pass("close()");
     } else {


reply via email to

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