Skip to Content.
Sympa Menu

notify-dpml - r1317 - trunk/main/depot/library/src/test/net/dpml/library/impl

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: r1317 - trunk/main/depot/library/src/test/net/dpml/library/impl
  • Date: Wed, 5 Apr 2006 19:17:46 +0200

Author: mcconnell
Date: 2006-04-05 19:17:44 +0200 (Wed, 05 Apr 2006)
New Revision: 1317

Modified:

trunk/main/depot/library/src/test/net/dpml/library/impl/DefaultResourceTestCase.java
Log:
housekeeping

Modified:
trunk/main/depot/library/src/test/net/dpml/library/impl/DefaultResourceTestCase.java
===================================================================
---
trunk/main/depot/library/src/test/net/dpml/library/impl/DefaultResourceTestCase.java
2006-04-05 17:13:46 UTC (rev 1316)
+++
trunk/main/depot/library/src/test/net/dpml/library/impl/DefaultResourceTestCase.java
2006-04-05 17:17:44 UTC (rev 1317)
@@ -66,7 +66,6 @@
System.setProperty( "build.signature", "project.timestamp" );
Resource resource = getLibrary().getResource(
"dpml/metro/dpml-composition-runtime" );
String version = resource.getVersion();
- System.out.println( "# VERSION: " + version );
assertEquals( "version", "YYYYMMDD.HHMMSS".length(),
version.length() );
System.getProperties().remove( "build.signature" );
}




  • r1317 - trunk/main/depot/library/src/test/net/dpml/library/impl, mcconnell at BerliOS, 04/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page