To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112212 Issue #|112212 Summary|smoketestoo_native: Java smoketest should be disabled |when WITH_JAVA=NO Component|Installation Version|OOo 3.2 Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|is Reported by|rene
------- Additional comments from [email protected] Tue Jun 8 13:20:40 +0000 2010 ------- ... as here: diff --git a/smoketestoo_native/data/scripts/Global.xba b/smoketestoo_native/dat --- a/smoketestoo_native/data/scripts/Global.xba +++ b/smoketestoo_native/data/scripts/Global.xba @@ -546,9 +546,15 @@ bMakeHTMLTest = true bMakeMathTest = true bMakeChartTest = true - bMakeJavaTest = true - bMakeDBTest = true - bMakeExtensionTest = true + if Environ("SOLAR_JAVA") = "NO" then + bMakeJavaTest = false + bMakeDBTest = false + bMakeExtensionTest = false + else + bMakeJavaTest = true + bMakeDBTest = true + bMakeExtensionTest = true + End If bMakeSaveOpenXMLTest = true REM Disable StarOffice 5.0 tests in case binfilter has not been included if Environ("WITH_BINFILTER") = "NO" then (END) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
