summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-03 11:41:00 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-03 11:41:00 +0000
commite56eadeeaffbe456677e832f103a016fdcb91b3b (patch)
tree74b2fee104ab6c7206a05b68b70bdaceac89bb41 /ure
parent5b7069275ccfb18e458cbd25d2a07d5936f64b4e (diff)
INTEGRATION: CWS sb44 (1.5.8); FILE MERGED
2005/12/12 15:55:43 sb 1.5.8.1: #i51419# Added javanative-test.
Diffstat (limited to 'ure')
-rw-r--r--ure/source/uretest/README17
1 files changed, 12 insertions, 5 deletions
diff --git a/ure/source/uretest/README b/ure/source/uretest/README
index fc83b106dfe5..ce13201467a5 100644
--- a/ure/source/uretest/README
+++ b/ure/source/uretest/README
@@ -4,9 +4,9 @@
#
# $RCSfile: README,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 10:13:45 $
+# last change: $Author: kz $ $Date: 2006-01-03 12:41:00 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -101,10 +101,17 @@ executable. The component tries to instantiate and to call a C++ UNO component
completes when these components throw a special exception that is caught by
javamain.uno.
+- test-javanative
+Builds a Java UNO application, javanative.jar, and runs the application with the
+java executable. The application bootstraps a native UNO environment, and then
+tries to instantiate and to call a C++ UNO component (cpptest.uno) as well as a
+Java UNO component( javatest.uno). The test completes when these components
+throw a special exception that is caught by javanative.jar.
+
- test-clientserver
-Builds a server C++ UNO component, cppserver.uno, and a client Java UNO
-component, javaclient.uno. The uno executable runs the cppserver.uno component
-which listens on a pipe connection. The java executable runs the javaclient.uno
+Builds a server C++ UNO component, cppserver.uno, and a Java UNO application,
+javaclient.uno. The uno executable runs the cppserver.uno component which
+listens on a pipe connection. The java executable runs the javaclient.uno
component which connects to the server after a five second pause so that the
server has enough time to start.