Skip to Content.
Sympa Menu

notify-dpml - r1254 - trunk/main/metro/test/src/test/net/dpml/test/runtime

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1254 - trunk/main/metro/test/src/test/net/dpml/test/runtime
  • Date: Wed, 22 Mar 2006 22:42:38 +0100

Author: mcconnell
Date: 2006-03-22 22:42:36 +0100 (Wed, 22 Mar 2006)
New Revision: 1254

Modified:
trunk/main/metro/test/src/test/net/dpml/test/runtime/ObserverTestCase.java
Log:
housekeeping

Modified:
trunk/main/metro/test/src/test/net/dpml/test/runtime/ObserverTestCase.java
===================================================================
---
trunk/main/metro/test/src/test/net/dpml/test/runtime/ObserverTestCase.java
2006-03-22 21:30:07 UTC (rev 1253)
+++
trunk/main/metro/test/src/test/net/dpml/test/runtime/ObserverTestCase.java
2006-03-22 21:42:36 UTC (rev 1254)
@@ -69,4 +69,13 @@
context.setEntryDirective( key, newDirective );
component.decommission();
}
+
+ static
+ {
+ System.setProperty(
+ "java.util.logging.config.class",
+ System.getProperty(
+ "java.util.logging.config.class",
+ "net.dpml.transit.util.ConfigurationHandler" ) );
+ }
}




  • r1254 - trunk/main/metro/test/src/test/net/dpml/test/runtime, mcconnell at BerliOS, 03/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page