gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21962 - gnunet-java/src/org/gnunet/testing


From: gnunet
Subject: [GNUnet-SVN] r21962 - gnunet-java/src/org/gnunet/testing
Date: Wed, 13 Jun 2012 14:37:01 +0200

Author: dold
Date: 2012-06-13 14:37:01 +0200 (Wed, 13 Jun 2012)
New Revision: 21962

Modified:
   gnunet-java/src/org/gnunet/testing/TestingSubsystem.java
Log:
fix

Modified: gnunet-java/src/org/gnunet/testing/TestingSubsystem.java
===================================================================
--- gnunet-java/src/org/gnunet/testing/TestingSubsystem.java    2012-06-13 
12:34:52 UTC (rev 21961)
+++ gnunet-java/src/org/gnunet/testing/TestingSubsystem.java    2012-06-13 
12:37:01 UTC (rev 21962)
@@ -91,6 +91,7 @@
     public void destroy() {
         try {
             writer.write("q\n");
+            writer.flush();
         } catch (IOException e) {
             throw new TestingSetup.SetupException(e);
         }
@@ -100,7 +101,6 @@
         } catch (IOException e) {
             throw new TestingSetup.SetupException(e);
         }
-        p.destroy();
         if (!line.equals("bye")) {
             throw new TestingSetup.SetupException("service not destroyed 
correctly");
         }




reply via email to

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