Difference between revisions of "Uno/Binary/Modules/testtools"

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules
Jump to: navigation, search
(Module description for "testtools".)
 
m (Adapted to testtools/test page move.)
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
{{Uno/UDKlink|testtools}}
 
{{Uno/UDKlink|testtools}}
  
==Tests==
+
{{:Uno/Binary/Modules/testtools/test}}
* {{Uno/UDKlink|testtools/source/bridgetest}}
+
: cd <platform>/lib
+
: ./bridgetest_inprocess
+
: ./bridgetest_inprocess_java
+
: ./bridgetest_server
+
: ./bridgetest_client
+
: ./bridgetest_javaserver
+
: ./bridgetest_client
+
* {{Uno/UDKlink|testtools/source/bridgetest/pyuno}}
+
:How to test: set the environment variable UNO_TYPES to pyuno_regcomp.rdb, set the environment variable UNO_SERVICES to pyuno_regcomp.rdb, append  solver〉/〈platform〉/lib/pyuno to the environment variable PYTHONPATH (if the environment variable PYTHONPATH is not already set, first set it to the sequence 〈solver〉/〈platform〉/lib, 〈solver〉/〈platform〉/lib/python, 〈solver〉/〈platform〉/lib/python/lib-dynload, and 〈testtools〉/〈platform〉/lib), and dmake runtest
+
  
 
+
[[Category:Uno]]
[[Category:Uno:Binary:Module]]
+
[[Category:Uno:Binary]]
[[Category:Uno:Java:Module]]
+
[[Category:Uno:Java]]
 +
[[Category:Java]]
 
[[Category:Module]]
 
[[Category:Module]]

Latest revision as of 09:16, 20 October 2009

The "testtools" module holds various tests for remote bridges. Basically dealing with Java Uno and binary Uno remote bridges.

CVS

udk/testtools

Tests

cd <platform>/lib
./bridgetest_inprocess
./bridgetest_inprocess_java
./bridgetest_server
./bridgetest_client
./bridgetest_javaserver
./bridgetest_client
dmake runtest (with issue 101213 fixed)
Personal tools