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

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules‎ | bridges
Jump to: navigation, search
(Tests)
(Tests)
Line 4: Line 4:
 
suppresserrors=true</DPL>
 
suppresserrors=true</DPL>
 
* {{Uno/UDKlink|bridges/test/com/sun/star/lib/uno/bridges/java_remote}}
 
* {{Uno/UDKlink|bridges/test/com/sun/star/lib/uno/bridges/java_remote}}
: cd bridges/test/com/sun/star/lib
+
: <code>cd bridges/test/com/sun/star/lib && dmake</code>
: dmake
+
: <code>cd bridges/test/com/sun/star/lib/uno/bridges/java_remote && dmake</code>
: cd bridges/test/com/sun/star/lib/uno/bridges/java_remote
+
: #Upon failure: <code>dmake</code> aborts with error
: dmake
+
: #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] - '''Does not build on windows (WARNINGS)'''
 
* {{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
+
: <code>dmake</code>
: #follow instructions in readme.txt
+
: #follow instructions in <code>readme.txt</code>
: #Upon failure the executed tests issue diagnostics.
+
: #Upon failure: executed tests issue diagnostics
 
* {{Uno/UDKlink|bridges/test/java_uno/any}} - '''Does not build on windows (WARNINGS)'''
 
* {{Uno/UDKlink|bridges/test/java_uno/any}} - '''Does not build on windows (WARNINGS)'''
: cd bridges/test/com/sun/star/lib
+
: <code>cd bridges/test/com/sun/star/lib && dmake</code>
: dmake  
+
: <code>cd bridges/test/java_uno/any && dmake</code>
: cd bridges/test/java_uno/any
+
: <code>cd </code><var>platform</var><code>/bin</code>
: cd <platform>/bin
+
: <code>./TestJni</code>
: ./TestJni
+
: <code>./TestRemote</code>
: ./TestRemote
+
: #Upon failure: executed tests issue diagnostics
: #Upon failure the executed tests issue diagnostics.
+
 
* {{Uno/UDKlink|bridges/test/java_uno/equals}} - '''Does not build on windows (missing .def file)'''
 
* {{Uno/UDKlink|bridges/test/java_uno/equals}} - '''Does not build on windows (missing .def file)'''
: cd bridges/test/com/sun/star/lib
+
: <code>cd bridges/test/com/sun/star/lib && dmake</code>
: dmake
+
: <code>cd bridges/test/java_uno/equals && dmake</code>
: cd bridges/test/java_uno/equals
+
: <code>cd </code><var>platform</var><code>/bin</code>
: dmake
+
: <code>./testequals</code>
: cd <platform>/bin
+
: ./testequals
+
 
: #Upon failure: executed tests issue diagnostics
 
: #Upon failure: executed tests issue diagnostics
 
* {{Uno/UDKlink|bridges/test/java_uno/nativethreadpool}} - '''Does not build on Windows / Solaris'''
 
* {{Uno/UDKlink|bridges/test/java_uno/nativethreadpool}} - '''Does not build on Windows / Solaris'''
: cd bridges/test/java_uno/nativethreadpool
+
: <code>dmake</code> #but see <code>readme</code>
: dmake # but see readme
+
: #Upon failure: <code>dmake</code> aborts with error
: #Upon failure dmake aborts with error. <noinclude>[[Category:ModuleTest]]</noinclude>
+
 
 +
<noinclude>[[Category:ModuleTest]]</noinclude>

Revision as of 11:49, 27 September 2007

Tests

cd bridges/test/com/sun/star/lib && dmake
cd bridges/test/com/sun/star/lib/uno/bridges/java_remote && dmake
#Upon failure: dmake aborts with error
dmake
#follow instructions in readme.txt
#Upon failure: executed tests issue diagnostics
cd bridges/test/com/sun/star/lib && dmake
cd bridges/test/java_uno/any && dmake
cd platform/bin
./TestJni
./TestRemote
#Upon failure: 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
dmake #but see readme
#Upon failure: dmake aborts with error
Personal tools