Revision 0e7981e2
Added by Cherian Mathew about 7 years ago
src/test/resources/eu/etaxonomy/cdm/vaadin/presenter/NewTaxonBasePresenterTest.xml | ||
---|---|---|
26 | 26 |
<TaxonNode id="17" created="2015-03-09 15:53:23.0" uuid="e804ca8b-3520-41fd-8146-a93181ed57e4" updated="2015-03-09 15:53:23.0" countchildren="0" sortindex="1" treeindex="#t12#15#17#" createdby_id="10" updatedby_id="10" classification_id="12" parent_id="15" taxon_id="19"/> |
27 | 27 |
<TaxonNode id="18" created="2015-03-09 15:53:32.0" uuid="5c43f991-c4ad-414b-a4f3-2d6a26ff1ccf" updated="2015-03-09 15:53:32.0" countchildren="0" sortindex="2" treeindex="#t12#15#18#" createdby_id="10" updatedby_id="10" classification_id="12" parent_id="15" taxon_id="20"/> |
28 | 28 |
<TaxonNode id="20" created="2015-03-10 13:40:31.0" uuid="6a6ee4dd-5727-47ba-a53d-3a985623dd93" updated="2015-03-10 13:40:31.0" countchildren="0" sortindex="3" treeindex="#t11#11#20#" createdby_id="10" updatedby_id="10" classification_id="11" parent_id="11" taxon_id="30"/> |
29 |
<TaxonNode id="30" created="2015-04-15 14:53:15.0" uuid="7d8c370a-8025-4c1b-b23b-0499cdba212f" updated="2015-04-15 14:53:24.0" countchildren="3" sortindex="-1" treeindex="#t20#30#" createdby_id="10" updatedby_id="10" classification_id="20"/>
|
|
30 |
<TaxonNode id="31" created="2015-04-15 14:54:07.0" uuid="365f7939-08c4-420a-8585-3ca49f62ef31" updated="2015-04-15 14:54:07.0" countchildren="0" sortindex="0" treeindex="#t20#30#31#" createdby_id="10" updatedby_id="10" classification_id="20" parent_id="30" taxon_id="50"/>
|
|
31 |
<TaxonNode id="32" created="2015-04-15 14:54:28.0" uuid="f4182c7b-e92c-43c0-b0c6-e399f666b85b" updated="2015-04-15 14:54:28.0" countchildren="0" sortindex="1" treeindex="#t20#30#32#" createdby_id="10" updatedby_id="10" classification_id="20" parent_id="30" taxon_id="51"/>
|
|
32 |
<TaxonNode id="40" created="2015-05-06 11:07:17.0" uuid="7a9af8fe-c014-466d-be15-5c65b5ddd8df" updated="2015-05-06 11:07:17.0" countchildren="0" sortindex="2" treeindex="#t20#30#40#" createdby_id="10" updatedby_id="10" classification_id="20" parent_id="30" taxon_id="60"/>
|
|
29 |
<TaxonNode id="21" created="2015-04-15 14:53:15.0" uuid="7d8c370a-8025-4c1b-b23b-0499cdba212f" updated="2015-04-15 14:53:24.0" countchildren="3" sortindex="-1" treeindex="#t20#30#" createdby_id="10" updatedby_id="10" classification_id="20"/>
|
|
30 |
<TaxonNode id="22" created="2015-04-15 14:54:07.0" uuid="365f7939-08c4-420a-8585-3ca49f62ef31" updated="2015-04-15 14:54:07.0" countchildren="0" sortindex="0" treeindex="#t20#30#31#" createdby_id="10" updatedby_id="10" classification_id="20" parent_id="30" taxon_id="50"/>
|
|
31 |
<TaxonNode id="23" created="2015-04-15 14:54:28.0" uuid="f4182c7b-e92c-43c0-b0c6-e399f666b85b" updated="2015-04-15 14:54:28.0" countchildren="0" sortindex="1" treeindex="#t20#30#32#" createdby_id="10" updatedby_id="10" classification_id="20" parent_id="30" taxon_id="51"/>
|
|
32 |
<TaxonNode id="24" created="2015-05-06 11:07:17.0" uuid="7a9af8fe-c014-466d-be15-5c65b5ddd8df" updated="2015-05-06 11:07:17.0" countchildren="0" sortindex="2" treeindex="#t20#30#40#" createdby_id="10" updatedby_id="10" classification_id="20" parent_id="30" taxon_id="60"/>
|
|
33 | 33 |
|
34 | 34 |
<HomotypicalGroup id="10" created="2015-03-09 15:49:22.0" uuid="d7dd294a-8750-4ca9-afc2-b0beebaa53fa" updated="2015-03-09 15:49:25.0" createdby_id="10" updatedby_id="10"/> |
35 | 35 |
<HomotypicalGroup id="11" created="2015-03-09 15:49:30.0" uuid="5eb658bb-f57c-4ec6-94a2-91dbeffce78e" updated="2015-03-09 15:50:21.0" createdby_id="10" updatedby_id="10"/> |
src/test/resources/unitils.properties | ||
---|---|---|
30 | 30 |
# H2 # |
31 | 31 |
# |
32 | 32 |
database.driverClassName=org.h2.Driver |
33 |
#database.url=jdbc:h2:file:./target/test-classes/h2/cdmTest;MVCC=TRUE;IGNORECASE=TRUE;ALIAS_COLUMN_NAME=TRUE;AUTO_SERVER=TRUE;DATABASE_TO_UPPER=false;
|
|
34 |
database.url=jdbc:p6spy:h2:file:./target/test-classes/h2/cdmTest;IGNORECASE=TRUE;MVCC=TRUE;ALIAS_COLUMN_NAME=TRUE;AUTO_SERVER=TRUE;DATABASE_TO_UPPER=false; |
|
33 |
database.url=jdbc:h2:file:./target/test-classes/h2/cdmTest;MVCC=TRUE;IGNORECASE=TRUE;ALIAS_COLUMN_NAME=TRUE;AUTO_SERVER=TRUE;DATABASE_TO_UPPER=false; |
|
34 |
#database.url=jdbc:p6spy:h2:file:./target/test-classes/h2/cdmTest;IGNORECASE=TRUE;MVCC=TRUE;ALIAS_COLUMN_NAME=TRUE;AUTO_SERVER=TRUE;DATABASE_TO_UPPER=false;
|
|
35 | 35 |
database.dialect=h2 |
36 | 36 |
database.userName=sa |
37 | 37 |
database.password= |
Also available in: Unified diff
NewTaxonBasePresenterTest.xml : adjusted ids in test data to avoid unique key issue
unitils.properties : reverted back to standard h2 jdbs driver