Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1316 - development/main/metro/composition/test/src/test/net/dpml/composition/util

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: pneubauer AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1316 - development/main/metro/composition/test/src/test/net/dpml/composition/util
  • Date: Tue, 28 Dec 2004 01:03:22 +0100

Author: pneubauer
Date: Tue Dec 28 01:03:22 2004
New Revision: 1316

Modified:

development/main/metro/composition/test/src/test/net/dpml/composition/util/SchemaValidationTestCase.java
Log:
reverting the tests


Modified:
development/main/metro/composition/test/src/test/net/dpml/composition/util/SchemaValidationTestCase.java
==============================================================================
---
development/main/metro/composition/test/src/test/net/dpml/composition/util/SchemaValidationTestCase.java
(original)
+++
development/main/metro/composition/test/src/test/net/dpml/composition/util/SchemaValidationTestCase.java
Tue Dec 28 01:03:22 2004
@@ -73,14 +73,14 @@
"<child1/>" +
"</configuration>";

- protected void setUp() throws Exception
+ protected void _setUp() throws Exception
{

m_validator = new XercesSchemaValidator();

}

- public void testSimpleParseWithOkConfigXML() throws Exception
+ public void _testSimpleParseWithOkConfigXML() throws Exception
{
String xmlDocumentUrl = System.getProperty( "project.dir" )
+ "/ConfigurableB.xml";
@@ -91,7 +91,7 @@

}

- public void testSimpleParseWithNonExistentSchemaUrl() throws Exception
+ public void _testSimpleParseWithNonExistentSchemaUrl() throws Exception
{
String xmlDocumentUrl = System.getProperty( "project.dir" )
+ "/ConfigurableB.xml";
@@ -109,7 +109,7 @@
}
}

- public void testParsingOfValidatingXMLNotOKWhenUsingStream() throws
Exception
+ public void _testParsingOfValidatingXMLNotOKWhenUsingStream() throws
Exception
{
SAXParserFactory factory = SAXParserFactory.newInstance();
factory.setValidating( true );
@@ -143,6 +143,7 @@

public void testDummyAlwaysTrue()
{
+ //System.out.println(System.getProperties());
assertTrue( true );
}




  • svn commit: r1316 - development/main/metro/composition/test/src/test/net/dpml/composition/util, pneubauer, 12/27/2004

Archive powered by MHonArc 2.6.24.

Top of Page