[Practicalxml-commits] SF.net SVN: practicalxml:[151] branches/dev-1.1/src/test/java/net/sf/ pract
Brought to you by:
kdgregory
From: Auto-Generated S. C. M. <pra...@li...> - 2009-09-23 15:20:04
|
Revision: 151 http://practicalxml.svn.sourceforge.net/practicalxml/?rev=151&view=rev Author: kdgregory Date: 2009-09-23 15:19:55 +0000 (Wed, 23 Sep 2009) Log Message: ----------- AbstractConversionTestCase wasn't marked abstract, was causing test suite to fail Modified Paths: -------------- branches/dev-1.1/src/test/java/net/sf/practicalxml/converter/AbstractConversionTestCase.java Modified: branches/dev-1.1/src/test/java/net/sf/practicalxml/converter/AbstractConversionTestCase.java =================================================================== --- branches/dev-1.1/src/test/java/net/sf/practicalxml/converter/AbstractConversionTestCase.java 2009-09-23 15:03:04 UTC (rev 150) +++ branches/dev-1.1/src/test/java/net/sf/practicalxml/converter/AbstractConversionTestCase.java 2009-09-23 15:19:55 UTC (rev 151) @@ -26,7 +26,7 @@ /** * A place to put common code for the conversion tests. */ -public class AbstractConversionTestCase +public abstract class AbstractConversionTestCase extends AbstractTestCase { public AbstractConversionTestCase(String testName) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |