diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-05-16 02:01:50 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-05-16 02:01:50 +0000 |
| commit | 2b8f953744f20308dd66bbe325c844a9427436e9 (patch) | |
| tree | 1c7d753d9e933492941ed2a247ae51d25d02cac6 /java/client/example | |
| parent | cc9a1e5a248ce3cc35d7af76d965196228e3a980 (diff) | |
| download | qpid-python-2b8f953744f20308dd66bbe325c844a9427436e9.tar.gz | |
QPID-1034 by Senaka Fernando
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example')
| -rw-r--r-- | java/client/example/bin/README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/client/example/bin/README.txt b/java/client/example/bin/README.txt new file mode 100644 index 0000000000..9a1ce91d41 --- /dev/null +++ b/java/client/example/bin/README.txt @@ -0,0 +1,11 @@ += Qpid Java Examples = + +For more information read ../README.txt. + +== The Verify All Script == + +The verify_all script will run Java examples against itself and against the C++ +and Python examples. The success of the script is determined by comparing its +output against what is expected. + +This script uses the verify script found in qpid/cpp/examples. |
