diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-10-17 12:51:51 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-10-17 12:51:51 +0000 |
| commit | bbe6b77c704a48bdf01b914247248d1b8e34adf8 (patch) | |
| tree | a18b3ef7f8aa9147d1a5a80a43453ef75289cfaf /java | |
| parent | fe0bad48019f95f1f1f23454389aa5b7795b8aa7 (diff) | |
| download | qpid-python-bbe6b77c704a48bdf01b914247248d1b8e34adf8.tar.gz | |
qpid-1371: added .net cc support + cc .net interop support
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/cpp.noprefetch.testprofile | 6 | ||||
| -rw-r--r-- | java/cpp.testprofile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/java/cpp.noprefetch.testprofile b/java/cpp.noprefetch.testprofile index 1e4f62dd8c..bbe0934f50 100644 --- a/java/cpp.noprefetch.testprofile +++ b/java/cpp.noprefetch.testprofile @@ -1,4 +1,4 @@ broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so --auth no -test.excludesfile=${project.root}/010ExcludeList-noPrefetch -max_prefetch=0
\ No newline at end of file +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module /home/asimon/Projects/cruisecontrol/projects/bdbstore-cpp/lib/.libs/libbdbstore.so --auth no --no-module-dir +max_prefetch=0 +test.excludesfile=${project.root}/010ExcludeList-noPrefetch
\ No newline at end of file diff --git a/java/cpp.testprofile b/java/cpp.testprofile index 68ac8b8be8..605d58cc0c 100644 --- a/java/cpp.testprofile +++ b/java/cpp.testprofile @@ -1,3 +1,3 @@ broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --auth no -test.excludesfile=${project.root}/010ExcludeList +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module /home/asimon/Projects/cruisecontrol/projects/bdbstore-cpp/lib/.libs/libbdbstore.so --auth no --no-module-dir +test.excludesfile=${project.root}/010ExcludeList-store |
