You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2013/05/14 02:04:44 UTC

[3/6] git commit: ignoring obsolete testcases.

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 <tv...@gmail.com>
Authored: Tue May 14 01:52:41 2013 +0200
Committer: Tammo van Lessen <tv...@gmail.com>
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|