Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2525 - development/main/metro/composition/testing/workshop/src/test/net/dpml/test

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2525 - development/main/metro/composition/testing/workshop/src/test/net/dpml/test
  • Date: Thu, 12 May 2005 12:36:09 +0000

Author: mcconnell AT dpml.net
Date: Thu May 12 12:35:56 2005
New Revision: 2525

Modified:

development/main/metro/composition/testing/workshop/src/test/net/dpml/test/PartTestCase.java
Log:


Modified:
development/main/metro/composition/testing/workshop/src/test/net/dpml/test/PartTestCase.java
==============================================================================
---
development/main/metro/composition/testing/workshop/src/test/net/dpml/test/PartTestCase.java
(original)
+++
development/main/metro/composition/testing/workshop/src/test/net/dpml/test/PartTestCase.java
Thu May 12 12:35:56 2005
@@ -40,13 +40,13 @@
{
public void setUp() throws Exception
{
+ System.setProperty( "java.protocol.handler.pkgs", "net.dpml.transit"
);
+ System.setProperty( "java.util.logging.config.class",
"net.dpml.transit.logging.ConfigurationHandler" );
+ System.setProperty( "dpml.transit.preferences.enabled", "true" );
Preferences prefs = Preferences.userNodeForPackage(
ContentHandlerRegistry.class );
Preferences p = prefs.node( "part" );
p.put( "title", "Part Content Handler" );
p.put( "uri",
"artifact:plugin:dpml/tools/dpml-composition-unit#SNAPSHOT" );
- System.setProperty( "java.protocol.handler.pkgs", "net.dpml.transit"
);
- System.setProperty( "java.util.logging.config.class",
"net.dpml.transit.logging.ConfigurationHandler" );
- System.setProperty( "dpml.transit.preferences.enabled", "true" );
}

public void tearDown() throws Exception



  • svn commit: r2525 - development/main/metro/composition/testing/workshop/src/test/net/dpml/test, mcconnell, 05/12/2005

Archive powered by MHonArc 2.6.24.

Top of Page