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/8493242b Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/8493242b Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/8493242b Branch: refs/heads/ode-1.3.6.x Commit: 8493242bcfa5e301f0ab1c8e2aaa6790845ffcc6 Parents: d56304b 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 01:54:28 2013 +0200 ---------------------------------------------------------------------- Rakefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/8493242b/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 84dbca5..c38257a 100644 --- a/Rakefile +++ b/Rakefile @@ -436,7 +436,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|
