Home
last modified time | relevance | path

Searched refs:errorMessage (Results 1 – 5 of 5) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java777 String errorMessage = "OK"; in validateAppExecutionCommand() local
790 errorMessage = "Error: Your 'AppExecutionCommand' parameter does not " + in validateAppExecutionCommand()
798 errorMessage = "Error: Your 'AppExecutionCommand' parameter does not " + in validateAppExecutionCommand()
808 errorMessage = "Error: Your 'AppExecutionCommand' parameter does not " + in validateAppExecutionCommand()
817 errorMessage = validateConnectString(officeParam, true); in validateAppExecutionCommand()
821 errorMessage = "Error: Your 'AppExecutionCommand' parameter does not " + in validateAppExecutionCommand()
827 return errorMessage; in validateAppExecutionCommand()
843 String errorMessage = "OK"; in validateConnectString() local
864errorMessage = "Warning: The '-accept' parameter contains an unknown connection method."; in validateConnectString()
866errorMessage = "Warning: The 'ConnectionString' parameter contains an unknown connection method."; in validateConnectString()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java158 String errorMessage = null; in getManager() local
216 errorMessage = in getManager()
218 if (errorMessage.startsWith("Error")) in getManager()
220 System.out.println(errorMessage); in getManager()
223 bAppExecutionHasWarning = !errorMessage.equals("OK"); in getManager()
296 System.out.println(errorMessage); in getManager()
313 System.out.println(errorMessage); in getManager()
/trunk/main/forms/qa/integration/forms/
H A DRadioButtons.java341 …n verifyRadios( XPropertySet[] radios, short[] expectedStates, String errorMessage ) throws com.su… in verifyRadios() argument
356 …failed( errorMessage + " (expected: " + stateString( expectedStates ) + ", found: " + stateString(… in verifyRadios()
387 private boolean verifySixPack( XPropertySet[] radios, String errorMessage, in verifySixPack() argument
398 return verifyRadios( radios, states, errorMessage ); in verifySixPack()
H A DCellBinding.java378 String errorMessage ) throws com.sun.star.uno.Exception, java.lang.Exception in verifyRadioStates() argument
384 failed( errorMessage ); in verifyRadioStates()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DValidityTypeTest.java178 String errorMessage = "This is an invalid value!"; in test() local
183 xValidPropSet.setPropertyValue("ErrorMessage", errorMessage); in test()
220 assertEquals(errorMessage, in test()

Completed in 54 milliseconds