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

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

Latest revision as of 11:05, 20 October 2009

Tests

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

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