Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
98203189
Commit
98203189
authored
Nov 21, 2019
by
Andre Freyssinet
Browse files
Hides the intermediate targets needed for testing with JDBCTransaction.
parent
391e93b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/src/a3/build.xml
View file @
98203189
...
...
@@ -125,7 +125,7 @@
</antcall>
</target>
<target
name=
"tests.jdbc.base"
>
<target
name=
"
___
tests.jdbc.base"
description=
"Do not use directly"
>
<ant
dir=
"."
antfile=
"build.xml"
target=
"test1.base"
/>
<ant
dir=
"."
antfile=
"build.xml"
target=
"test2.base"
/>
<ant
dir=
"."
antfile=
"build.xml"
target=
"test3.base"
/>
...
...
@@ -144,7 +144,7 @@
<ant
dir=
"."
antfile=
"build.xml"
target=
"test22.base"
/>
</target>
<target
name=
"tests.jdbc.recovery"
>
<target
name=
"
___
tests.jdbc.recovery"
description=
"Do not use directly"
>
<ant
dir=
"."
antfile=
"build.xml"
target=
"test1.recovery"
/>
<ant
dir=
"."
antfile=
"build.xml"
target=
"test2.recovery"
/>
<ant
dir=
"."
antfile=
"build.xml"
target=
"test3.recovery"
/>
...
...
@@ -158,17 +158,16 @@
<ant
dir=
"."
antfile=
"build.xml"
target=
"test11.recovery"
/>
</target>
<target
name=
"tests.jdbc"
description=
" --> launch all DBTransaction tests"
>
<target
name=
"___tests.jdbc"
description=
"Do not use directly"
>
<!--
<ant dir="." antfile="build.xml" target="tests.jdbc.base"/>
<ant dir="." antfile="build.xml" target="
___
tests.jdbc.base"/>
-->
<ant
dir=
"."
antfile=
"build.xml"
target=
"tests.jdbc.recovery"
/>
<ant
dir=
"."
antfile=
"build.xml"
target=
"
___
tests.jdbc.recovery"
/>
</target>
<target
name=
"tests.jdbctransaction"
description=
" --> launch tests with JDBCTransaction"
>
<antcall
target=
"tests.jdbc"
>
<antcall
target=
"
___
tests.jdbc"
>
<param
name=
"transaction"
value=
"fr.dyade.aaa.ext.JDBCTransaction"
/>
<!-- param name="dbargs" value="-Dorg.ow2.joram.jdbc.transaction.driver=org.apache.derby.jdbc.EmbeddedDriver -Dorg.ow2.joram.jdbc.transaction.url=jdbc:derby:MyJoramDB;create=true -Dorg.ow2.joram.dbtransaction.dbtable=MyTable -Dorg.ow2.joram.jdbc.transaction.dbname=MyJoramDB -Dorg.ow2.joram.jdbc.transaction.user=user1 -Dorg.ow2.joram.jdbc.transaction.password=pass1 -Dorg.ow2.joram.jdbc.transaction.dbinit=CREATE TABLE MyTable (name VARCHAR(256), content BLOB(16M), PRIMARY KEY(name))"/ -->
<param
name=
"a3props"
value=
"a3jdbc.props"
/>
...
...
tests/src/joram/build.xml
View file @
98203189
...
...
@@ -190,7 +190,7 @@
<target
name=
"tests.jdbctransaction"
description=
" --> launch all tests with JDBCTransaction"
>
<antcall
target=
"tests.recovery.jdbc"
>
<antcall
target=
"
___
tests.recovery.jdbc"
>
<param
name=
"transaction"
value=
"fr.dyade.aaa.ext.JDBCTransaction"
/>
<param
name=
"a3props"
value=
"a3jdbc.props"
/>
</antcall>
...
...
@@ -316,11 +316,9 @@
<antcall
target=
"recovery.test10"
/>
</target>
<target
name=
"tests.recovery.jdbc"
<target
name=
"
___
tests.recovery.jdbc"
description=
" --> launch all recovery tests with JDBCTransaction"
>
<antcall
target=
"recovery.test1"
/>
<!--
-->
<antcall
target=
"recovery.test2"
/>
<antcall
target=
"recovery.test3"
/>
<antcall
target=
"recovery.test4"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment