[hibernate-commits] [hibernate/hibernate-core] bcf81a: HHH-6819 Moving CommandExtractorService, MultiLine...

noreply at github.com noreply at github.com
Sat Nov 19 05:51:31 EST 2011


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-core

  Commit: bcf81aa176d5fb14a6cc16f65f970c186d8ab046
      https://github.com/hibernate/hibernate-core/commit/bcf81aa176d5fb14a6cc16f65f970c186d8ab046
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2011-11-19 (Sat, 19 Nov 2011)

  Changed paths:
    R hibernate-core/src/matrix/java/org/hibernate/test/importfile/CommandExtractorServiceTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/importfile/Dog.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/importfile/Dog.java
  R hibernate-core/src/matrix/java/org/hibernate/test/importfile/Human.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/importfile/Human.java
  R hibernate-core/src/matrix/java/org/hibernate/test/importfile/MultiLineImportFileTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/importfile/SingleLineImportFileTest.java
  A hibernate-core/src/test/java/org/hibernate/test/fileimport/CommandExtractorServiceTest.java
  A hibernate-core/src/test/java/org/hibernate/test/fileimport/Dog.java
  A hibernate-core/src/test/java/org/hibernate/test/fileimport/Human.java
  A hibernate-core/src/test/java/org/hibernate/test/fileimport/MultiLineImportFileTest.java
  A hibernate-core/src/test/java/org/hibernate/test/fileimport/SingleLineImportFileTest.java
  R hibernate-core/src/test/resources/dogs.sql
  R hibernate-core/src/test/resources/humans.sql
  R hibernate-core/src/test/resources/multiline-stmt.sql
  A hibernate-core/src/test/resources/org/hibernate/test/fileimport/Dog.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/fileimport/Human.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/fileimport/dogs.sql
  A hibernate-core/src/test/resources/org/hibernate/test/fileimport/humans.sql
  A hibernate-core/src/test/resources/org/hibernate/test/fileimport/multi-line-statements.sql

  Log Message:
  -----------
  HHH-6819 Moving CommandExtractorService, MultiLineImportFileTest and SingleLineImportFileTest out of the matrix tests. The tests don't need to run against multiple dbs and the multi line tests are not portable as they are atm.

Also splitting properly source files from resources




More information about the hibernate-commits mailing list