You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(7) |
Aug
(37) |
Sep
|
Oct
|
Nov
(1) |
Dec
(22) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(8) |
Feb
(68) |
Mar
(72) |
Apr
(149) |
May
(32) |
Jun
(46) |
Jul
(26) |
Aug
(59) |
Sep
(25) |
Oct
(18) |
Nov
(4) |
Dec
(3) |
| 2004 |
Jan
(90) |
Feb
(19) |
Mar
(38) |
Apr
(41) |
May
(44) |
Jun
(2) |
Jul
(10) |
Aug
|
Sep
(14) |
Oct
|
Nov
(1) |
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(15) |
Jun
(1) |
Jul
|
Aug
(9) |
Sep
|
Oct
(17) |
Nov
|
Dec
|
| 2006 |
Jan
(1) |
Feb
(16) |
Mar
|
Apr
(1) |
May
(48) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(29) |
| 2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(23) |
Mar
(31) |
Apr
|
May
(26) |
Jun
(6) |
Jul
(1) |
Aug
|
Sep
(7) |
Oct
(1) |
Nov
(8) |
Dec
(8) |
| 2009 |
Jan
(5) |
Feb
(9) |
Mar
(1) |
Apr
|
May
(23) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
(9) |
Oct
(28) |
Nov
(18) |
Dec
(8) |
| 2010 |
Jan
(19) |
Feb
(24) |
Mar
(3) |
Apr
|
May
(5) |
Jun
(4) |
Jul
|
Aug
(1) |
Sep
(11) |
Oct
|
Nov
(2) |
Dec
(1) |
| 2011 |
Jan
|
Feb
(7) |
Mar
|
Apr
(6) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(32) |
Oct
(6) |
Nov
|
Dec
|
|
From: <fel...@us...> - 2006-05-28 23:12:05
|
Update of /cvsroot/dbunit/dbunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22916 Modified Files: pom.xml Log Message: added more report information and updated news Index: pom.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/pom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pom.xml 23 May 2006 12:06:44 -0000 1.6 --- pom.xml 28 May 2006 23:11:59 -0000 1.7 *************** *** 32,37 **** <connection>scm:cvs:pserver:ano...@db...:/cvsroot/dbunit:dbunit</connection> <developerConnection>scm:cvs:ext:${maven.username}@dbunit.cvs.sourceforge.net:/cvsroot/dbunit:dbunit</developerConnection> ! <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dbunit/dbunit</url> </scm> <mailingLists> <mailingList> --- 32,41 ---- <connection>scm:cvs:pserver:ano...@db...:/cvsroot/dbunit:dbunit</connection> <developerConnection>scm:cvs:ext:${maven.username}@dbunit.cvs.sourceforge.net:/cvsroot/dbunit:dbunit</developerConnection> ! <url>http://dbunit.cvs.sourceforge.net/dbunit</url> </scm> + <issueManagement> + <system>SourceForge</system> + <url>http://sourceforge.net/tracker/?group_id=47439</url> + </issueManagement> <mailingLists> <mailingList> *************** *** 240,244 **** <testSourceDirectory>src/test</testSourceDirectory> ! <!-- TODO: move to M2's expected path and separate java from test--> <resources> <resource> --- 244,249 ---- <testSourceDirectory>src/test</testSourceDirectory> ! <!-- TODO: move to M2's expected path and separate java from test ! (once SCM is migrated to SVN...) --> <resources> <resource> *************** *** 296,300 **** </build> ! <!-- TODO: move reports to other profile --> <reporting> <plugins> --- 301,305 ---- </build> ! <!-- basic reports - available to all plugins --> <reporting> <plugins> *************** *** 307,333 **** <artifactId>maven-project-info-reports-plugin</artifactId> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <!-- TODO: remove - <version>2.0-SNAPSHOT</version> - --> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changes-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changelog-maven-plugin</artifactId> - </plugin> </plugins> </reporting> --- 312,315 ---- *************** *** 359,362 **** --- 341,371 ---- </dependency> </dependencies> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <!-- TODO: remove + <version>2.0-SNAPSHOT</version> + --> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>changes-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>changelog-maven-plugin</artifactId> + </plugin> + </plugins> + </reporting> </profile> </profiles> |
|
From: <fel...@us...> - 2006-05-28 23:12:05
|
Update of /cvsroot/dbunit/dbunit/xdocs In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22916/xdocs Modified Files: index.xml Log Message: added more report information and updated news Index: index.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/xdocs/index.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.xml 5 Feb 2006 00:27:14 -0000 1.12 --- index.xml 28 May 2006 23:11:59 -0000 1.13 *************** *** 26,29 **** --- 26,33 ---- <table border="1"> <tr> + <td>2006-05-28</td> + <td>Build has been ported to <a href="http://maven.apache.org">Maven 2</a> and snapshots for the 2.2 release are available in the <a href="http://dbunit.sourceforge.net/m2/repo/">repository</a>. </td> + </tr> + <tr> <td>2006-02-04</td> <td>Felipe Leme joined the DbUnit developement team.</td> |
|
From: <fel...@us...> - 2006-05-26 17:50:25
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/ext/mysql In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26405/src/test/org/dbunit/ext/mysql Modified Files: MySqlDataTypeFactoryTest.java Log Message: 1494257: Support for MySQL 5.0 boolean datatype. Thanks Bas Cancrinus for the patch Index: MySqlDataTypeFactoryTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/ext/mysql/MySqlDataTypeFactoryTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MySqlDataTypeFactoryTest.java 22 Jan 2004 02:54:27 -0000 1.2 --- MySqlDataTypeFactoryTest.java 26 May 2006 17:50:15 -0000 1.3 *************** *** 54,56 **** --- 54,65 ---- } + public void testCreateBooleanDataType() throws Exception + { + int sqlType = Types.OTHER; + String sqlTypeName = "bit"; + + DataType expected = DataType.BOOLEAN; + DataType actual = createFactory().createDataType(sqlType, sqlTypeName); + assertSame("type", expected, actual); + } } |
|
From: <fel...@us...> - 2006-05-26 17:50:21
|
Update of /cvsroot/dbunit/dbunit/xdocs In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26405/xdocs Modified Files: changes.xml Log Message: 1494257: Support for MySQL 5.0 boolean datatype. Thanks Bas Cancrinus for the patch Index: changes.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/xdocs/changes.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** changes.xml 6 May 2006 13:05:14 -0000 1.25 --- changes.xml 26 May 2006 17:50:15 -0000 1.26 *************** *** 9,12 **** --- 9,13 ---- <body> <release version="2.2" date="IN CVS" description=""> + <action dev="felipeal" type="fix" issue="1494257" due-to="Bas Cancrinus">Support for MySQL 5.0 boolean datatype</action> <action dev="felipeal" type="add" issue="1482990">Added <code>pom.xml</code> so it can be build by <code>Maven 2</code>.</action> <action dev="felipeal" type="add"><code>XmlDataSetWriter</code> now has a flag to include column's name as comment.</action> |
|
From: <fel...@us...> - 2006-05-26 17:50:21
|
Update of /cvsroot/dbunit/dbunit/src/java/org/dbunit/ext/mysql In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26405/src/java/org/dbunit/ext/mysql Modified Files: MySqlDataTypeFactory.java Log Message: 1494257: Support for MySQL 5.0 boolean datatype. Thanks Bas Cancrinus for the patch Index: MySqlDataTypeFactory.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/java/org/dbunit/ext/mysql/MySqlDataTypeFactory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MySqlDataTypeFactory.java 22 Jan 2004 02:54:19 -0000 1.2 --- MySqlDataTypeFactory.java 26 May 2006 17:50:15 -0000 1.3 *************** *** 45,48 **** --- 45,53 ---- return DataType.CLOB; } + // MySQL 5.0 Boolean + else if("bit".equals(sqlTypeName)) + { + return DataType.BOOLEAN; + } } |
|
From: <fel...@us...> - 2006-05-26 14:01:55
|
Update of /cvsroot/dbunit/dbunit/src/java/org/dbunit/database In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32250/src/java/org/dbunit/database Modified Files: DatabaseConnection.java Log Message: undone last change: thinking better, it does not make sense to set the factory only for HSQLDB Index: DatabaseConnection.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/java/org/dbunit/database/DatabaseConnection.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** DatabaseConnection.java 25 May 2006 00:53:23 -0000 1.12 --- DatabaseConnection.java 26 May 2006 14:01:49 -0000 1.13 *************** *** 49,53 **** _connection = connection; _schema = schema; - fixDatabaseConfig(); } --- 49,52 ---- *************** *** 62,86 **** } - // dirty hack: fix factory for HSQLDB - // this is not an elegant solution, but it's better than requiring the - // end users to do it... - private void fixDatabaseConfig() { - if ( _connection.getClass().getName().startsWith("org.hsqldb") ) { - // TODO: log it... - final DatabaseConfig config = getConfig(); - final String className = "org.dbunit.ext.hsqldb.HsqldbDataTypeFactory"; - try { - final Class clazz = Class.forName( className ); - Object factory = clazz.newInstance(); - config.setProperty(DatabaseConfig.PROPERTY_DATATYPE_FACTORY, factory ); - } catch (Exception e) { - // TODO: log it (we are not throwing the exception ahead because we - // are 'doing a favor' for the user to automatically fix it - e.printStackTrace(); - } - } - } - - //////////////////////////////////////////////////////////////////////////// // IDatabaseConnection interface --- 61,64 ---- |
|
From: <fel...@us...> - 2006-05-26 14:01:55
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/ext/hsqldb In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32250/src/test/org/dbunit/ext/hsqldb Removed Files: HsqldbTest.java Log Message: undone last change: thinking better, it does not make sense to set the factory only for HSQLDB --- HsqldbTest.java DELETED --- |
|
From: <fel...@us...> - 2006-05-25 00:53:31
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/ext/hsqldb In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4617/src/test/org/dbunit/ext/hsqldb Added Files: HsqldbTest.java Log Message: automatically sets HSQLDB Factory (if necessary) --- NEW FILE: HsqldbTest.java --- package org.dbunit.ext.hsqldb; import org.dbunit.AbstractDatabaseTest; import org.dbunit.database.DatabaseConfig; import org.dbunit.dataset.datatype.IDataTypeFactory; public class HsqldbTest extends AbstractDatabaseTest { public HsqldbTest(String s) { super(s); } public void testRightFactory() throws Exception { final String connClass = _connection.getConnection().getClass().getName(); if ( connClass.startsWith("org.hsqldb")) { final DatabaseConfig config = _connection.getConfig(); final IDataTypeFactory factory = (IDataTypeFactory) config.getProperty(DatabaseConfig.PROPERTY_DATATYPE_FACTORY); assertTrue( "factory is not instance of HsqldbDataTypeFactory: "+ factory.getClass().getName(), factory instanceof HsqldbDataTypeFactory ); } else { System.err.println( "WARNING: connection of class " + connClass + "on HSQLDB test" ); } } } |
|
From: <fel...@us...> - 2006-05-25 00:53:30
|
Update of /cvsroot/dbunit/dbunit/src/java/org/dbunit/database In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4617/src/java/org/dbunit/database Modified Files: DatabaseConnection.java Log Message: automatically sets HSQLDB Factory (if necessary) Index: DatabaseConnection.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/java/org/dbunit/database/DatabaseConnection.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** DatabaseConnection.java 22 Jan 2004 02:54:17 -0000 1.11 --- DatabaseConnection.java 25 May 2006 00:53:23 -0000 1.12 *************** *** 49,52 **** --- 49,53 ---- _connection = connection; _schema = schema; + fixDatabaseConfig(); } *************** *** 58,64 **** public DatabaseConnection(Connection connection) { ! _connection = connection; ! _schema = null; } //////////////////////////////////////////////////////////////////////////// --- 59,85 ---- public DatabaseConnection(Connection connection) { ! this( connection, null ); } + + // dirty hack: fix factory for HSQLDB + // this is not an elegant solution, but it's better than requiring the + // end users to do it... + private void fixDatabaseConfig() { + if ( _connection.getClass().getName().startsWith("org.hsqldb") ) { + // TODO: log it... + final DatabaseConfig config = getConfig(); + final String className = "org.dbunit.ext.hsqldb.HsqldbDataTypeFactory"; + try { + final Class clazz = Class.forName( className ); + Object factory = clazz.newInstance(); + config.setProperty(DatabaseConfig.PROPERTY_DATATYPE_FACTORY, factory ); + } catch (Exception e) { + // TODO: log it (we are not throwing the exception ahead because we + // are 'doing a favor' for the user to automatically fix it + e.printStackTrace(); + } + } + } + //////////////////////////////////////////////////////////////////////////// |
|
From: <fel...@us...> - 2006-05-25 00:53:30
|
Update of /cvsroot/dbunit/dbunit/src/java/org/dbunit/ext/hsqldb In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4617/src/java/org/dbunit/ext/hsqldb Modified Files: HsqldbDataTypeFactory.java Log Message: automatically sets HSQLDB Factory (if necessary) Index: HsqldbDataTypeFactory.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/java/org/dbunit/ext/hsqldb/HsqldbDataTypeFactory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HsqldbDataTypeFactory.java 29 Sep 2004 07:05:50 -0000 1.2 --- HsqldbDataTypeFactory.java 25 May 2006 00:53:23 -0000 1.3 *************** *** 25,30 **** import org.dbunit.dataset.datatype.DefaultDataTypeFactory; - import java.sql.Types; - /** * Specialized factory that recognizes Hsqldb data types. --- 25,28 ---- |
|
From: <fel...@us...> - 2006-05-23 12:06:48
|
Update of /cvsroot/dbunit/dbunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10294 Modified Files: pom.xml Log Message: added deployment and javac options Index: pom.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pom.xml 23 May 2006 03:35:52 -0000 1.5 --- pom.xml 23 May 2006 12:06:44 -0000 1.6 *************** *** 8,12 **** <name>DbUnit Framework</name> <url>http://dbunit.sf.net</url> ! <!-- TODO - stuff below changed on M2 <logo>http://dbunit.sourceforge.net/images/dbunit-logo.jpg</logo> <package>org.dbunit</package> --- 8,12 ---- <name>DbUnit Framework</name> <url>http://dbunit.sf.net</url> ! <!-- TODO - stuff below changed on M2; I think it went to Site plugin <logo>http://dbunit.sourceforge.net/images/dbunit-logo.jpg</logo> <package>org.dbunit</package> *************** *** 31,37 **** <scm> <connection>scm:cvs:pserver:ano...@db...:/cvsroot/dbunit:dbunit</connection> ! <!-- TODO: set it... ! <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/dbunit:dbunit</developerConnection> ! --> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dbunit/dbunit</url> </scm> --- 31,35 ---- <scm> <connection>scm:cvs:pserver:ano...@db...:/cvsroot/dbunit:dbunit</connection> ! <developerConnection>scm:cvs:ext:${maven.username}@dbunit.cvs.sourceforge.net:/cvsroot/dbunit:dbunit</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dbunit/dbunit</url> </scm> *************** *** 270,275 **** <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes> ! <exclude>**/Abstract*.java</exclude> </excludes> <includes> --- 268,281 ---- <artifactId>maven-surefire-plugin</artifactId> <configuration> + <!-- In some machines (at least on mine :-(, running AllTests is much + faster then running all tests, but there is not guarantee that all tests will + be run (i.e., a developer could create a new test file and forget to add it to + AllTests) + <includes> + <include>org/dbunit/AllTests.java</include> + </includes> + --> <excludes> ! <exclude>**/Abstract*.java</exclude> </excludes> <includes> *************** *** 277,289 **** </includes> </configuration> ! <!-- it's much faster to run AllTests, but it's safer to run everything <configuration> ! <includes> ! <include>org/dbunit/AllTests.java</include> ! </includes> </configuration> - --> </plugin> - <!-- TODO: add java compiler and set it to jdk 1.3 --> <!-- TODO: add cobertura and other plugins that would fail the build, like PMD, cobertura and checkstyle--> </plugins> --- 283,295 ---- </includes> </configuration> ! </plugin> ! <plugin> ! <groupId>org.apache.maven.plugins</groupId> ! <artifactId>maven-compiler-plugin</artifactId> <configuration> ! <source>1.3</source> ! <target>1.3</target> </configuration> </plugin> <!-- TODO: add cobertura and other plugins that would fail the build, like PMD, cobertura and checkstyle--> </plugins> *************** *** 326,329 **** --- 332,347 ---- </plugins> </reporting> + + <distributionManagement> + <snapshotRepository> + <id>sf_snapshots</id> + <name>SourceForge Snapshot</name> + <url>scpexe://ssh.sf.net/home/groups/d/db/dbunit/htdocs/m2/repo</url> + </snapshotRepository> + <site> + <id>sf_website</id> + <url>scpexe://ssh.sf.net/home/groups/d/db/dbunit/htdocs/m2/site</url> + </site> + </distributionManagement> <profiles> |
|
From: <fel...@us...> - 2006-05-23 03:36:06
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/database In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23776/src/test/org/dbunit/database Modified Files: DatabaseDataSetTest.java Log Message: updated HSQLDB to 1.8 Index: DatabaseDataSetTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/database/DatabaseDataSetTest.java,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** DatabaseDataSetTest.java 18 May 2004 01:26:41 -0000 1.25 --- DatabaseDataSetTest.java 23 May 2006 03:35:52 -0000 1.26 *************** *** 192,197 **** public void testGetPrimaryKeysWithColumnFilters() throws Exception { ! String tableName = DataSetUtils.getQualifiedName( ! _connection.getSchema(), "PK_TABLE"); String[] expected = {"PK0", "PK2"}; --- 192,203 ---- public void testGetPrimaryKeysWithColumnFilters() throws Exception { ! ! // TODO (felipeal): I don't know if PK_TABLE is a standard JDBC name or if ! // it's HSQLDB specific. Anyway, now that HSQLDB's schema is set on property, ! // we cannot add it as prefix here.... ! String tableName = "PK_TABLE"; ! // String tableName = DataSetUtils.getQualifiedName( ! // _connection.getSchema(), "PK_TABLE"); ! String[] expected = {"PK0", "PK2"}; |
|
From: <fel...@us...> - 2006-05-23 03:35:59
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/dataset In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23776/src/test/org/dbunit/dataset Modified Files: AbstractTableTest.java Log Message: updated HSQLDB to 1.8 Index: AbstractTableTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/dataset/AbstractTableTest.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** AbstractTableTest.java 23 May 2006 02:27:42 -0000 1.11 --- AbstractTableTest.java 23 May 2006 03:35:52 -0000 1.12 *************** *** 22,25 **** --- 22,28 ---- package org.dbunit.dataset; + import org.apache.commons.logging.Log; + import org.apache.commons.logging.LogFactory; + import junit.framework.TestCase; *************** *** 34,37 **** --- 37,42 ---- protected static final int COLUMN_COUNT = 4; + protected final Log logger = LogFactory.getLog(getClass()); + public AbstractTableTest(String s) { *************** *** 146,151 **** super.runTest(); } else { ! // TODO: log it ! System.out.println( "Skipping test " + getName() ); } } --- 151,157 ---- super.runTest(); } else { ! if ( logger.isDebugEnabled() ) { ! logger.debug( "Skipping test " + getClass().getName() + "." + getName() ); ! } } } |
|
From: <fel...@us...> - 2006-05-23 03:35:59
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23776/src/test/org/dbunit Modified Files: AbstractDatabaseTest.java Log Message: updated HSQLDB to 1.8 Index: AbstractDatabaseTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/AbstractDatabaseTest.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** AbstractDatabaseTest.java 23 May 2006 02:27:42 -0000 1.17 --- AbstractDatabaseTest.java 23 May 2006 03:35:52 -0000 1.18 *************** *** 22,25 **** --- 22,27 ---- package org.dbunit; + import org.apache.commons.logging.Log; + import org.apache.commons.logging.LogFactory; import org.dbunit.database.IDatabaseConnection; import org.dbunit.dataset.IDataSet; *************** *** 36,39 **** --- 38,43 ---- { protected IDatabaseConnection _connection; + + protected final Log logger = LogFactory.getLog(getClass()); public AbstractDatabaseTest(String s) *************** *** 116,121 **** super.runTest(); } else { ! // TODO: log it ! System.out.println( "Skipping test " + getName() ); } } --- 120,126 ---- super.runTest(); } else { ! if ( logger.isDebugEnabled() ) { ! logger.debug( "Skipping test " + getClass().getName() + "." + getName() ); ! } } } |
|
From: <fel...@us...> - 2006-05-23 03:35:59
|
Update of /cvsroot/dbunit/dbunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23776 Modified Files: pom.xml profile.properties project.properties project.xml Log Message: updated HSQLDB to 1.8 Index: pom.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/pom.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pom.xml 23 May 2006 02:27:41 -0000 1.4 --- pom.xml 23 May 2006 03:35:52 -0000 1.5 *************** *** 221,232 **** </dependency> - <!-- TODO: update to 1.8 - it breaks test--> <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> - <version>1.7.3.0</version> - <!-- <version>1.8.0.1</version> - --> <scope>test</scope> </dependency> --- 221,228 ---- Index: profile.properties =================================================================== RCS file: /cvsroot/dbunit/dbunit/profile.properties,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** profile.properties 15 Mar 2004 16:44:16 -0000 1.26 --- profile.properties 23 May 2006 03:35:52 -0000 1.27 *************** *** 17,22 **** dbunit.profile.hypersonic.driverClass = org.hsqldb.jdbcDriver ! dbunit.profile.hypersonic.connectionUrl = jdbc:hsqldb:. ! #dbunit.profile.hypersonic.schema = dbunit.profile.hypersonic.user = sa dbunit.profile.hypersonic.password = --- 17,22 ---- dbunit.profile.hypersonic.driverClass = org.hsqldb.jdbcDriver ! dbunit.profile.hypersonic.connectionUrl = jdbc:hsqldb:mem:. ! dbunit.profile.hypersonic.schema = PUBLIC dbunit.profile.hypersonic.user = sa dbunit.profile.hypersonic.password = Index: project.properties =================================================================== RCS file: /cvsroot/dbunit/dbunit/project.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.properties 15 Mar 2004 16:44:16 -0000 1.5 --- project.properties 23 May 2006 03:35:52 -0000 1.6 *************** *** 7,13 **** maven.html2xdoc.dir=docs - #currently two unit tests fail, so allow build to continue - maven.test.failure.ignore=true - #maven.jar.override = on #maven.jar.db2driver = ${basedir}/lib/db2jcc.jar --- 7,10 ---- Index: project.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** project.xml 17 Feb 2006 19:25:23 -0000 1.25 --- project.xml 23 May 2006 03:35:52 -0000 1.26 *************** *** 198,202 **** <dependency> <id>hsqldb</id> ! <version>1.7.3.0</version> </dependency> <!-- --- 198,202 ---- <dependency> <id>hsqldb</id> ! <version>1.8.0.1</version> </dependency> <!-- |
|
From: <fel...@us...> - 2006-05-23 02:27:53
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/ext/mssql In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv655/src/test/org/dbunit/ext/mssql Modified Files: AllTests.java InsertIdentityOperationTest.java Log Message: refactored test case base classes so the tests are not run if the environment does not support it. Also, fixed the XMLProducer (whose test was failing) and downgraded HSQDLB version on pom.xml Index: AllTests.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/ext/mssql/AllTests.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AllTests.java 14 May 2006 20:15:06 -0000 1.5 --- AllTests.java 23 May 2006 02:27:43 -0000 1.6 *************** *** 23,28 **** import junit.framework.Test; import junit.framework.TestSuite; - import org.dbunit.DatabaseEnvironment; - import org.dbunit.TestFeature; /** --- 23,26 ---- *************** *** 37,45 **** TestSuite suite = new TestSuite(); ! DatabaseEnvironment environment = DatabaseEnvironment.getInstance(); ! if (environment.support(TestFeature.INSERT_IDENTITY)) ! { ! suite.addTest(new TestSuite(InsertIdentityOperationTest.class)); ! } suite.addTest(new TestSuite(MsSqlDataTypeFactoryTest.class)); --- 35,39 ---- TestSuite suite = new TestSuite(); ! suite.addTest(new TestSuite(InsertIdentityOperationTest.class)); suite.addTest(new TestSuite(MsSqlDataTypeFactoryTest.class)); Index: InsertIdentityOperationTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/ext/mssql/InsertIdentityOperationTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InsertIdentityOperationTest.java 15 Mar 2004 16:44:21 -0000 1.3 --- InsertIdentityOperationTest.java 23 May 2006 02:27:43 -0000 1.4 *************** *** 24,27 **** --- 24,28 ---- import org.dbunit.AbstractDatabaseTest; import org.dbunit.Assertion; + import org.dbunit.TestFeature; import org.dbunit.dataset.*; import org.dbunit.dataset.xml.FlatXmlDataSet; *************** *** 43,46 **** --- 44,51 ---- super(s); } + + protected boolean runTest(String testName) { + return environmentHasFeature(TestFeature.INSERT_IDENTITY); + } public void testExecuteXML() throws Exception |
|
From: <fel...@us...> - 2006-05-23 02:27:50
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/dataset/xml In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv655/src/test/org/dbunit/dataset/xml Modified Files: AllTests.java Log Message: refactored test case base classes so the tests are not run if the environment does not support it. Also, fixed the XMLProducer (whose test was failing) and downgraded HSQDLB version on pom.xml Index: AllTests.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/dataset/xml/AllTests.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** AllTests.java 14 May 2006 20:15:06 -0000 1.13 --- AllTests.java 23 May 2006 02:27:42 -0000 1.14 *************** *** 44,47 **** --- 44,48 ---- suite.addTest(new TestSuite(XmlDataSetTest.class)); suite.addTest(new TestSuite(XmlDataSetWriterTest.class)); + suite.addTest(new TestSuite(XmlProducerTest.class)); suite.addTest(new TestSuite(XmlTableTest.class)); suite.addTest(new TestSuite(XmlTableWriteTest.class)); |
|
From: <fel...@us...> - 2006-05-23 02:27:50
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv655/src/test/org/dbunit Modified Files: AbstractDatabaseTest.java Log Message: refactored test case base classes so the tests are not run if the environment does not support it. Also, fixed the XMLProducer (whose test was failing) and downgraded HSQDLB version on pom.xml Index: AbstractDatabaseTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/AbstractDatabaseTest.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** AbstractDatabaseTest.java 11 May 2004 21:47:46 -0000 1.16 --- AbstractDatabaseTest.java 23 May 2006 02:27:42 -0000 1.17 *************** *** 101,104 **** --- 101,134 ---- // return DatabaseOperation.DELETE_ALL; // } + + /** + * This method is used so sub-classes can disable the tests according to + * some characteristics of the environment + * @param testName name of the test to be checked + * @return flag indicating if the test should be executed or not + */ + protected boolean runTest(String testName) { + return true; + } + + protected void runTest() throws Throwable { + if ( runTest(getName()) ) { + super.runTest(); + } else { + // TODO: log it + System.out.println( "Skipping test " + getName() ); + } + } + + public static boolean environmentHasFeature(TestFeature feature) { + try { + final DatabaseEnvironment environment = DatabaseEnvironment.getInstance(); + final boolean runIt = environment.support(feature); + return runIt; + } catch ( Exception e ) { + throw new RuntimeException(e); + } + } + } |
|
From: <fel...@us...> - 2006-05-23 02:27:50
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/database In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv655/src/test/org/dbunit/database Modified Files: AllTests.java ScrollableResultSetTableTest.java Log Message: refactored test case base classes so the tests are not run if the environment does not support it. Also, fixed the XMLProducer (whose test was failing) and downgraded HSQDLB version on pom.xml Index: AllTests.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/database/AllTests.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** AllTests.java 14 May 2006 20:15:05 -0000 1.17 --- AllTests.java 23 May 2006 02:27:42 -0000 1.18 *************** *** 48,57 **** suite.addTest(new TestSuite(PrimaryKeyFilteredTableWrapperTest.class)); - DatabaseEnvironment environment = DatabaseEnvironment.getInstance(); - if (environment.support(TestFeature.SCOLLABLE_RESULTSET)) - { - suite.addTest(new TestSuite(ScrollableResultSetTableTest.class)); - } - return suite; } --- 48,51 ---- Index: ScrollableResultSetTableTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/database/ScrollableResultSetTableTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ScrollableResultSetTableTest.java 22 Jan 2004 02:54:21 -0000 1.2 --- ScrollableResultSetTableTest.java 23 May 2006 02:27:42 -0000 1.3 *************** *** 22,26 **** --- 22,28 ---- package org.dbunit.database; + import org.dbunit.AbstractDatabaseTest; import org.dbunit.DatabaseEnvironment; + import org.dbunit.TestFeature; import org.dbunit.dataset.AbstractTableTest; import org.dbunit.dataset.ITable; *************** *** 38,42 **** super(s); } ! protected ITable createTable() throws Exception { --- 40,48 ---- super(s); } ! ! protected boolean runTest(String testName) { ! return AbstractDatabaseTest.environmentHasFeature(TestFeature.SCOLLABLE_RESULTSET); ! } ! protected ITable createTable() throws Exception { |
|
From: <fel...@us...> - 2006-05-23 02:27:50
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/dataset In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv655/src/test/org/dbunit/dataset Modified Files: AbstractTableTest.java Log Message: refactored test case base classes so the tests are not run if the environment does not support it. Also, fixed the XMLProducer (whose test was failing) and downgraded HSQDLB version on pom.xml Index: AbstractTableTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/dataset/AbstractTableTest.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** AbstractTableTest.java 22 Jan 2004 02:54:21 -0000 1.10 --- AbstractTableTest.java 23 May 2006 02:27:42 -0000 1.11 *************** *** 131,134 **** --- 131,154 ---- } } + + /** + * This method is used so sub-classes can disable the tests according to + * some characteristics of the environment + * @param testName name of the test to be checked + * @return flag indicating if the test should be executed or not + */ + protected boolean runTest(String testName) { + return true; + } + + protected void runTest() throws Throwable { + if ( runTest(getName()) ) { + super.runTest(); + } else { + // TODO: log it + System.out.println( "Skipping test " + getName() ); + } + } + } |
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/operation In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv655/src/test/org/dbunit/operation Modified Files: AllTests.java DeleteAllOperationTest.java TransactionOperationTest.java TruncateTableOperationTest.java Log Message: refactored test case base classes so the tests are not run if the environment does not support it. Also, fixed the XMLProducer (whose test was failing) and downgraded HSQDLB version on pom.xml Index: AllTests.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/operation/AllTests.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** AllTests.java 14 May 2006 20:15:06 -0000 1.13 --- AllTests.java 23 May 2006 02:27:43 -0000 1.14 *************** *** 24,29 **** import junit.framework.Test; import junit.framework.TestSuite; - import org.dbunit.DatabaseEnvironment; - import org.dbunit.TestFeature; /** --- 24,27 ---- *************** *** 45,60 **** suite.addTest(new TestSuite(InsertOperationTest.class)); suite.addTest(new TestSuite(RefreshOperationTest.class)); ! ! DatabaseEnvironment environment = DatabaseEnvironment.getInstance(); ! if (environment.support(TestFeature.TRANSACTION)) ! { ! suite.addTest(new TestSuite(TransactionOperationTest.class)); ! } ! ! if (environment.support(TestFeature.TRUNCATE_TABLE)) ! { ! suite.addTest(new TestSuite(TruncateTableOperationTest.class)); ! } ! suite.addTest(new TestSuite(UpdateOperationTest.class)); --- 43,48 ---- suite.addTest(new TestSuite(InsertOperationTest.class)); suite.addTest(new TestSuite(RefreshOperationTest.class)); ! suite.addTest(new TestSuite(TransactionOperationTest.class)); ! suite.addTest(new TestSuite(TruncateTableOperationTest.class)); suite.addTest(new TestSuite(UpdateOperationTest.class)); Index: DeleteAllOperationTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/operation/DeleteAllOperationTest.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** DeleteAllOperationTest.java 2 Apr 2004 18:17:34 -0000 1.17 --- DeleteAllOperationTest.java 23 May 2006 02:27:43 -0000 1.18 *************** *** 49,53 **** super(s); } ! protected void setUp() throws Exception { --- 49,53 ---- super(s); } ! protected void setUp() throws Exception { Index: TransactionOperationTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/operation/TransactionOperationTest.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TransactionOperationTest.java 22 Jan 2004 02:54:36 -0000 1.8 --- TransactionOperationTest.java 23 May 2006 02:27:43 -0000 1.9 *************** *** 22,31 **** package org.dbunit.operation; - import org.dbunit.AbstractDatabaseTest; - import org.dbunit.DatabaseUnitException; - import org.dbunit.dataset.IDataSet; - import org.dbunit.dataset.ITable; - import org.dbunit.dataset.xml.XmlDataSet; - import java.io.File; import java.io.FileReader; --- 22,25 ---- *************** *** 34,37 **** --- 28,38 ---- import java.sql.SQLException; + import org.dbunit.AbstractDatabaseTest; + import org.dbunit.DatabaseUnitException; + import org.dbunit.TestFeature; + import org.dbunit.dataset.IDataSet; + import org.dbunit.dataset.ITable; + import org.dbunit.dataset.xml.XmlDataSet; + /** * @author Manuel Laflamme *************** *** 45,48 **** --- 46,53 ---- super(s); } + + protected boolean runTest(String testName) { + return environmentHasFeature(TestFeature.TRANSACTION); + } public void testExecuteCommit() throws Exception Index: TruncateTableOperationTest.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/operation/TruncateTableOperationTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TruncateTableOperationTest.java 22 Jan 2004 02:54:36 -0000 1.2 --- TruncateTableOperationTest.java 23 May 2006 02:27:43 -0000 1.3 *************** *** 21,24 **** --- 21,26 ---- package org.dbunit.operation; + import org.dbunit.TestFeature; + /** * @author Manuel Laflamme *************** *** 42,45 **** --- 44,52 ---- return "truncate table " + tableName; } + + protected boolean runTest(String testName) { + return environmentHasFeature(TestFeature.TRUNCATE_TABLE); + } + } |
|
From: <fel...@us...> - 2006-05-23 02:27:50
|
Update of /cvsroot/dbunit/dbunit/src/java/org/dbunit/dataset/xml In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv655/src/java/org/dbunit/dataset/xml Modified Files: XmlProducer.java Log Message: refactored test case base classes so the tests are not run if the environment does not support it. Also, fixed the XMLProducer (whose test was failing) and downgraded HSQDLB version on pom.xml Index: XmlProducer.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/java/org/dbunit/dataset/xml/XmlProducer.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** XmlProducer.java 15 Mar 2004 16:44:18 -0000 1.6 --- XmlProducer.java 23 May 2006 02:27:42 -0000 1.7 *************** *** 252,256 **** if (qName.equals(ROW)) { ! Object[] values = new Object[_activeMetaData.getColumns().length]; for (int i = 0; i < values.length; i++) { --- 252,257 ---- if (qName.equals(ROW)) { ! final int length = Math.max(_activeRowValues.size(), _activeMetaData.getColumns().length); ! Object[] values = new Object[length]; for (int i = 0; i < values.length; i++) { |
|
From: <fel...@us...> - 2006-05-23 02:27:50
|
Update of /cvsroot/dbunit/dbunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv655 Modified Files: pom.xml Log Message: refactored test case base classes so the tests are not run if the environment does not support it. Also, fixed the XMLProducer (whose test was failing) and downgraded HSQDLB version on pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pom.xml 14 May 2006 23:53:53 -0000 1.3 --- pom.xml 23 May 2006 02:27:41 -0000 1.4 *************** *** 161,164 **** --- 161,175 ---- <dependencies> + <!-- TODO: check which dependencies could marked as optional. + For instance, ant is optional because it's only necessary for the dbunit + Ant tasks. --> + + <!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + </dependency> + <dependency> <groupId>junit-addons</groupId> *************** *** 178,181 **** --- 189,193 ---- --> <version>1.5.4</version> + <optional>true</optional> </dependency> <dependency> *************** *** 209,220 **** </dependency> ! <!-- TODO: update to 1.8 --> <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> - <!-- <version>1.7.3.0</version> ! --> <version>1.8.0.1</version> <scope>test</scope> </dependency> --- 221,232 ---- </dependency> ! <!-- TODO: update to 1.8 - it breaks test--> <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>1.7.3.0</version> ! <!-- <version>1.8.0.1</version> + --> <scope>test</scope> </dependency> *************** *** 250,254 **** </resources> ! <!-- <testResources> <testResource> --- 262,267 ---- </resources> ! <!-- TODO: that are some resources on src that should be on test... ! <testResources> <testResource> *************** *** 260,264 **** <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <!-- we should include all tests, but some are failing <configuration> <excludes> --- 273,276 ---- *************** *** 269,273 **** </includes> </configuration> ! --> <configuration> <includes> --- 281,285 ---- </includes> </configuration> ! <!-- it's much faster to run AllTests, but it's safer to run everything <configuration> <includes> *************** *** 275,278 **** --- 287,291 ---- </includes> </configuration> + --> </plugin> <!-- TODO: add java compiler and set it to jdk 1.3 --> |
|
From: <fel...@us...> - 2006-05-14 23:53:56
|
Update of /cvsroot/dbunit/dbunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15746 Modified Files: pom.xml Log Message: added reports Index: pom.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 14 May 2006 20:15:05 -0000 1.2 --- pom.xml 14 May 2006 23:53:53 -0000 1.3 *************** *** 15,19 **** </shortDescription> --> - <!-- TODO: add SCM info so it can be built by Maven Continuum --> <inceptionYear>2002</inceptionYear> <description> --- 15,18 ---- *************** *** 30,33 **** --- 29,39 ---- </license> </licenses> + <scm> + <connection>scm:cvs:pserver:ano...@db...:/cvsroot/dbunit:dbunit</connection> + <!-- TODO: set it... + <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/dbunit:dbunit</developerConnection> + --> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dbunit/dbunit</url> + </scm> <mailingLists> <mailingList> *************** *** 271,280 **** </plugin> <!-- TODO: add java compiler and set it to jdk 1.3 --> ! </plugins> - </build> ! <!-- TODO: add reports --> <profiles> <profile> --- 277,321 ---- </plugin> <!-- TODO: add java compiler and set it to jdk 1.3 --> ! <!-- TODO: add cobertura and other plugins that would fail the build, like PMD, cobertura and checkstyle--> </plugins> </build> ! <!-- TODO: move reports to other profile --> ! <reporting> ! <plugins> ! <plugin> ! <groupId>org.apache.maven.plugins</groupId> ! <artifactId>maven-surefire-report-plugin</artifactId> ! </plugin> ! <plugin> ! <groupId>org.apache.maven.plugins</groupId> ! <artifactId>maven-project-info-reports-plugin</artifactId> ! </plugin> ! <plugin> ! <groupId>org.apache.maven.plugins</groupId> ! <artifactId>maven-jxr-plugin</artifactId> ! </plugin> ! <plugin> ! <groupId>org.apache.maven.plugins</groupId> ! <artifactId>maven-javadoc-plugin</artifactId> ! </plugin> ! <plugin> ! <groupId>org.codehaus.mojo</groupId> ! <artifactId>cobertura-maven-plugin</artifactId> ! <!-- TODO: remove ! <version>2.0-SNAPSHOT</version> ! --> ! </plugin> ! <plugin> ! <groupId>org.codehaus.mojo</groupId> ! <artifactId>changes-maven-plugin</artifactId> ! </plugin> ! <plugin> ! <groupId>org.codehaus.mojo</groupId> ! <artifactId>changelog-maven-plugin</artifactId> ! </plugin> ! </plugins> ! </reporting> ! <profiles> <profile> |
|
From: <fel...@us...> - 2006-05-14 20:15:15
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/util In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9295/src/test/org/dbunit/util Modified Files: AllTests.java Log Message: fixed AllTests classes and POM, so now M2 test run the same tets as maven test. But for some reason it has 1 failure and 2 errors - I will check that later, once I add the surefire report Index: AllTests.java =================================================================== RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/util/AllTests.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AllTests.java 18 Feb 2006 04:23:04 -0000 1.1 --- AllTests.java 14 May 2006 20:15:06 -0000 1.2 *************** *** 30,34 **** * */ ! public class AllTests { public static Test suite() throws Exception --- 30,34 ---- * */ ! public class AllTests extends TestSuite { public static Test suite() throws Exception |