Update of /var/cvs/tests/common/org/mmbase/tests
In directory james.mmbase.org:/tmp/cvs-serv16185/common/org/mmbase/tests

Modified Files:
        BridgeTest.java 
Log Message:
shutdown


See also: http://cvs.mmbase.org/viewcvs/tests/common/org/mmbase/tests


Index: BridgeTest.java
===================================================================
RCS file: /var/cvs/tests/common/org/mmbase/tests/BridgeTest.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- BridgeTest.java     12 Sep 2008 21:32:03 -0000      1.17
+++ BridgeTest.java     12 Sep 2008 23:56:36 -0000      1.18
@@ -1,10 +1,10 @@
 /*
-
 This software is OSI Certified Open Source Software.
 OSI Certified is a certification mark of the Open Source Initiative.
 
 The license (Mozilla version 1.0) can be read at the MMBase site.
-See http://www.MMBase.org/license
+See http://www.MMBase.org/[EMAIL 
PROTECTED]:~/mmbase/head/example-webapp/target/example/WEB-INF/config$ ls
+datatypes.xml  functions  security
 
 */
 package org.mmbase.tests;
@@ -113,10 +113,7 @@
             }
             public void run(TestResult tr) {
                 System.out.println("Shutting down (bridge)");
-                if (!getCloud().shutdown()) {
-                    System.out.println("NOT ALLOWED!");
-
-                }
+                getCloud().shutdown();
             }
         };
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to