Difference between revisions of "Uno/Binary/Modules/bridges/test"

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules‎ | bridges
Jump to: navigation, search
m
(Tests)
Line 6: Line 6:
 
: cd bridges/test/com/sun/star/lib
 
: cd bridges/test/com/sun/star/lib
 
: cd bridges/test/com/sun/star/lib/uno/bridges/java_remote #Upon failure: dmake aborts with error
 
: cd bridges/test/com/sun/star/lib/uno/bridges/java_remote #Upon failure: dmake aborts with error
* {{Uno/UDKlink|bridges/test/java_uno/acquire}} - '''JAVA SERVER or CLIENT tests do not seem to work!''' => [http://udk.openoffice.org/issues/show_bug.cgi?id=78208+ i78208]
+
* {{Uno/UDKlink|bridges/test/java_uno/acquire}} - '''JAVA SERVER or CLIENT tests do not seem to work!''' => [http://udk.openoffice.org/issues/show_bug.cgi?id=78208+ i78208] - '''Does not build on windows (WARNINGS)'''
 
: dmake
 
: dmake
 
: #follow instructions in readme.txt
 
: #follow instructions in readme.txt
 
: #Upon failure the executed tests issue diagnostics.
 
: #Upon failure the executed tests issue diagnostics.
* {{Uno/UDKlink|bridges/test/java_uno/any}}
+
* {{Uno/UDKlink|bridges/test/java_uno/any}} - '''Does not build on windows (WARNINGS)'''
 
: cd bridges/test/com/sun/star/lib
 
: cd bridges/test/com/sun/star/lib
 
: dmake  
 
: dmake  
Line 18: Line 18:
 
: ./TestRemote
 
: ./TestRemote
 
: #Upon failure the executed tests issue diagnostics.
 
: #Upon failure the executed tests issue diagnostics.
* {{Uno/UDKlink|bridges/test/java_uno/equals}}
+
* {{Uno/UDKlink|bridges/test/java_uno/equals}} - '''Does not build on windows (missing .def file)'''
 
: cd bridges/test/com/sun/star/lib
 
: cd bridges/test/com/sun/star/lib
 
: dmake
 
: dmake
Line 26: Line 26:
 
: ./testequals
 
: ./testequals
 
: #Upon failure: executed tests issue diagnostics
 
: #Upon failure: executed tests issue diagnostics
* {{Uno/UDKlink|bridges/test/java_uno/nativethreadpool}}
+
* {{Uno/UDKlink|bridges/test/java_uno/nativethreadpool}} - '''Does not build on Windows / Solaris'''
 
: cd bridges/test/java_uno/nativethreadpool
 
: cd bridges/test/java_uno/nativethreadpool
 
: dmake # but see readme
 
: dmake # but see readme
 
: #Upon failure dmake aborts with error. <noinclude>[[Category:ModuleTest]]</noinclude>
 
: #Upon failure dmake aborts with error. <noinclude>[[Category:ModuleTest]]</noinclude>

Revision as of 09:29, 8 June 2007

Tests

cd bridges/test/com/sun/star/lib
cd bridges/test/com/sun/star/lib/uno/bridges/java_remote #Upon failure: dmake aborts with error
dmake
#follow instructions in readme.txt
#Upon failure the executed tests issue diagnostics.
cd bridges/test/com/sun/star/lib
dmake
cd bridges/test/java_uno/any
cd <platform>/bin
./TestJni
./TestRemote
#Upon failure the executed tests issue diagnostics.
cd bridges/test/com/sun/star/lib
dmake
cd bridges/test/java_uno/equals
dmake
cd <platform>/bin
./testequals
#Upon failure: executed tests issue diagnostics
cd bridges/test/java_uno/nativethreadpool
dmake # but see readme
#Upon failure dmake aborts with error.
Personal tools