Updated Branches: refs/heads/master 7159ad390 -> 5847e2648
fixing JBI tests. Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/5236cb88 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/5236cb88 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/5236cb88 Branch: refs/heads/master Commit: 5236cb88881bea40d6d4159d4b5e1df096615896 Parents: 7159ad3 Author: Tammo van Lessen <[email protected]> Authored: Tue May 14 02:30:34 2013 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Tue May 14 02:30:34 2013 +0200 ---------------------------------------------------------------------- Rakefile | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/5236cb88/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 0b6be72..8f5af56 100644 --- a/Rakefile +++ b/Rakefile @@ -469,15 +469,13 @@ define "ode" do LOG4J, DOM4J, HIBERNATE - test.exclude "*JbiTestBase" - test.exclude "*OdeJbiComponentLifeCycleTest" test.setup unzip(_("target/test/smx/ode")=>project("dao-jpa-ojpa-derby").package(:zip)) test.setup unzip(_("target/test/smx/ode")=>project("dao-hibernate-db").package(:zip)) test.setup task(:prepare_jbi_tests) do |task| cp _("src/test/jbi/ode-jbi.properties"), _("target/test/smx/ode") cp _("src/main/jbi/hibernate.properties"), _("target/test/smx/ode") rm_rf Dir["target/test/resources"] - cp_r _("src/test/resources"), _("target/test/resources") + cp_r _("src/test/resources"), _("target/test/") end test.exclude '*TestBase', 'org.apache.ode.jbi.OdeJbiComponentLifeCycleTest', 'org.apache.ode.jbi.ReplayerJbiTest' end
