ignoring obsolete testcases.
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/7159ad39 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/7159ad39 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/7159ad39 Branch: refs/heads/master Commit: 7159ad3907e5112c5dda473e8ff4999876185315 Parents: 92b285b Author: Tammo van Lessen <[email protected]> Authored: Tue May 14 01:52:41 2013 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Tue May 14 02:02:43 2013 +0200 ---------------------------------------------------------------------- Rakefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/7159ad39/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 5188884..0b6be72 100644 --- a/Rakefile +++ b/Rakefile @@ -469,7 +469,8 @@ 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|
