Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/aoo4110/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java166 try { AnyConverter.toChar(aInt); failed(""); in test_toChar()
182 try { AnyConverter.toChar(aObj); failed(""); in test_toChar()
184 try { AnyConverter.toChar(aStr); failed(""); in test_toChar()
218 try { AnyConverter.toByte(aInt); failed(""); in test_toByte()
268 try { AnyConverter.toShort(a); failed(""); in test_toShort()
343 try { AnyConverter.toInt(a); failed(""); in test_toInt()
367 try { AnyConverter.toInt(aObj); failed(""); in test_toInt()
369 try { AnyConverter.toInt(aStr); failed(""); in test_toInt()
419 try { AnyConverter.toLong(a); failed(""); in test_toLong()
598 failed(""); in test_toObject()
[all …]
/aoo4110/main/codemaker/test/javamaker/
H A DTest.java356 failed("S1.create1"); in testS1()
360 failed("S1.create2"); in testS1()
364 failed("S1.create3"); in testS1()
368 failed("S1.create4"); in testS1()
392 failed("S1.create4"); in testS1()
427 failed("service_do.method_do"); in testKeywordServices()
447 failed("service_for.method_for"); in testKeywordServices()
455 failed("service_if.method_if"); in testKeywordServices()
471 failed("service_int.method_int"); in testKeywordServices()
546 failed("S4"); in testSingletons()
[all …]
/aoo4110/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java249 failed("Cannot connect the Office."); in connect()
729 failed("Couldn't create test environment"); in createNewMathDoc()
743 failed("Couldn't create test environment"); in fillMathDocWithContent()
746 failed("Couldn't create test environment"); in fillMathDocWithContent()
749 failed("Couldn't create test environment"); in fillMathDocWithContent()
752 failed("Couldn't create test environment"); in fillMathDocWithContent()
762 failed("Couldn't create test environment"); in createNewImpressDoc()
790 failed("Couldn't create test environment"); in fillImpressDocWithContent()
797 failed("Couldn't create test environment"); in fillImpressDocWithContent()
800 failed("Couldn't create test environment"); in fillImpressDocWithContent()
[all …]
/aoo4110/main/forms/qa/integration/forms/
H A DFormControlTest.java96 failed( "could not access the required data source or table therein." ); in before()
151 failed( "image control failed to display empty image" ); in checkImageControl()
162 failed( "image control does not display the sample image as required" ); in checkImageControl()
196 failed( "image control failed to remove the image" ); in checkImageControl()
222 failed( "huh? inconsistence in the test!" ); in checkCrossUpdates_checkBox()
296 failed( "huh? inconsistence in the test!" ); in checkCrossUpdates_radioButton()
614 failed( "could not create the required sample table!" ); in ensureTables()
623 failed( "could not create the required sample data" ); in ensureTables()
641 failed( "wrong value of the 'none' radio button!" ); in checkRadios()
645 failed( "wrong value of the 'normal' radio button!" ); in checkRadios()
[all …]
H A DCellBinding.java144 failed( "Changes in the cell are not forwarded to the text field." ); in checkTextFieldBinding()
180 failed( "Setting a cell to 'empty' does not reset the bound radio button." ); in checkBooleanRadioBinding()
384 failed( errorMessage ); in verifyRadioStates()
401 failed( failErrorMessage ); in verifyVoidCell()
417 failed( failErrorMessage ); in verifyNumericCellContent()
433 failed( failErrorMessage ); in verifyStringCellContent()
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/
H A DConnectionLineAccessibility.java132 throw new StatusException(Status.failed( in createTestEnvironment()
141 throw new StatusException(Status.failed( in createTestEnvironment()
164 throw new StatusException(Status.failed( in createTestEnvironment()
170 throw new StatusException(Status.failed( in createTestEnvironment()
176 throw new StatusException(Status.failed( in createTestEnvironment()
182 throw new StatusException(Status.failed( in createTestEnvironment()
247 throw new StatusException(Status.failed("SQLException")); in createTestEnvironment()
271 throw new StatusException(Status.failed( in createTestEnvironment()
277 throw new StatusException(Status.failed( in createTestEnvironment()
283 throw new StatusException(Status.failed( in createTestEnvironment()
[all …]
H A DJoinViewAccessibility.java130 throw new StatusException (Status.failed ( in createTestEnvironment()
139 throw new StatusException (Status.failed ( in createTestEnvironment()
161 throw new StatusException (Status.failed ( in createTestEnvironment()
166 throw new StatusException (Status.failed ( in createTestEnvironment()
171 throw new StatusException (Status.failed ( in createTestEnvironment()
176 throw new StatusException (Status.failed ( in createTestEnvironment()
237 throw new StatusException (Status.failed ("SQLException")); in createTestEnvironment()
260 throw new StatusException (Status.failed ( in createTestEnvironment()
265 throw new StatusException (Status.failed ( in createTestEnvironment()
270 throw new StatusException (Status.failed ( in createTestEnvironment()
[all …]
H A DTableWindowAccessibility.java128 throw new StatusException(Status.failed( in createTestEnvironment()
136 throw new StatusException(Status.failed( in createTestEnvironment()
156 throw new StatusException(Status.failed( in createTestEnvironment()
160 throw new StatusException(Status.failed( in createTestEnvironment()
164 throw new StatusException(Status.failed( in createTestEnvironment()
168 throw new StatusException(Status.failed( in createTestEnvironment()
222 throw new StatusException(Status.failed("SQLException")); in createTestEnvironment()
243 throw new StatusException(Status.failed( in createTestEnvironment()
247 throw new StatusException(Status.failed( in createTestEnvironment()
251 throw new StatusException(Status.failed( in createTestEnvironment()
[all …]
/aoo4110/main/
H A Dfetch_tarballs.sh144 failed="$failed $i"
172 failed="$failed $i"
178 failed="$failed $basename"
250 if [ ! -z "$failed" ]; then
252 echo ERROR: failed on:
253 for i in $failed ; do
/aoo4110/main/chart2/qa/
H A DTestCaseOldAPI.java194 failed( ex.getMessage() ); in testTitle()
239 failed( ex.getMessage() ); in testSubTitle()
352 failed( ex.getMessage() ); in testDiagram()
449 failed( ex.getMessage() ); in testAxis()
496 failed( ex.getMessage() ); in testLegend()
532 failed( ex.getMessage() ); in testArea()
598 failed( ex.getMessage() ); in testChartType()
711 failed( ex.getMessage() ); in testDataSeriesAndPoints()
733 failed( ex.getMessage() ); in testStatistics()
787 failed( ex.getMessage() ); in setStockData_Type4()
[all …]
/aoo4110/main/filter/qa/complex/filter/detection/typeDetection/
H A DTypeDetection.java220 failed("Service wasn't created") ; in before()
279 failed(e.toString(), true); in checkByURLonly()
326 failed("Could not get XInputStream from file :'" + fileURL + "'",true); in checkMediaDescriptorXInputStream()
387 failed(e.toString(),true); in checkPreselectedType()
393 failed(e.toString(), true); in checkPreselectedType()
442 failed(e.toString(),true); in checkPreselectedFilter()
448 failed(e.toString(), true); in checkPreselectedFilter()
487 failed(e.toString(),true); in checkPreselectedDocService()
493 failed(e.toString(), true); in checkPreselectedDocService()
551 failed(e.toString(), true); in checkStreamLoader()
/aoo4110/main/qadevOOo/tests/java/ifc/text/
H A D_XMailMergeBroadcaster.java80 throw new StatusException(Status.failed in before()
84 throw new StatusException(Status.failed in before()
103 throw new StatusException(Status.failed in _addMailMergeEventListener()
106 throw new StatusException(Status.failed in _addMailMergeEventListener()
132 throw new StatusException(Status.failed in _removeMailMergeEventListener()
135 throw new StatusException(Status.failed in _removeMailMergeEventListener()
/aoo4110/main/testtools/qa/cliversioning/
H A DVersionTestCase.java46 failed("Check the make file. Java must be called with -Dcli_ure_test=pathtoexe"); in checkVersion()
49failed("Check the make file. Java must be called with -Duno_path=path_to_ure_bin_folder"); in checkVersion()
52 failed("Check the make file. Java must be called with -DSystemRoot=%SystemRoot%."); in checkVersion()
72 failed("Unexpected exception."); in checkVersion()
75 failed("Tests for library versioning failed."); in checkVersion()
/aoo4110/main/qadevOOo/tests/java/mod/_sc/
H A DScAccessiblePreviewHeaderCell.java198 throw new StatusException(Status.failed("Couldn't get element")); in createTestEnvironment()
201 throw new StatusException(Status.failed("Couldn't get element")); in createTestEnvironment()
208 throw new StatusException(Status.failed( in createTestEnvironment()
212 throw new StatusException(Status.failed( in createTestEnvironment()
216 throw new StatusException(Status.failed( in createTestEnvironment()
220 throw new StatusException(Status.failed( in createTestEnvironment()
246 throw new StatusException(Status.failed("Couldn't change mode")); in createTestEnvironment()
/aoo4110/main/qadevOOo/tests/java/mod/_adabas/
H A DODriver.java76 throw new StatusException(Status.failed("Couldn't create object")); in createTestEnvironment()
85 throw new StatusException(Status.failed( in createTestEnvironment()
93 throw new StatusException(Status.failed( in createTestEnvironment()
98 throw new StatusException(Status.failed( in createTestEnvironment()
110 throw new StatusException(Status.failed( in createTestEnvironment()
/aoo4110/main/qadevOOo/tests/java/mod/_dbpool/
H A DOConnectionPool.java60 Status.failed("Couldn't create instance")); in createTestEnvironment()
70 Status.failed("Couldn't get parameter 'dbase.url'")); in createTestEnvironment()
78 Status.failed("Couldn't get parameter 'jdbc.url'")); in createTestEnvironment()
86 Status.failed("Couldn't get parameter 'jdbc.user'")); in createTestEnvironment()
92 Status.failed("Couldn't get parameter 'jdbc.password'")); in createTestEnvironment()
/aoo4110/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt47 echo " through $$POSTRUN failed."
55 echo "\nERROR: Installation of UNO extensions failed."
81 echo "\nERROR: Removal of UNO extension failed."
101 echo "ERROR: Registration of extensions failed!"
118 echo "ERROR: Registration of extensions failed!"
136 echo "ERROR: Registration of extensions failed!"
154 echo "ERROR: Registration of extensions failed!"
/aoo4110/main/wizards/com/sun/star/wizards/web/status/
H A DTask.java44 private int failed = 0; field in Task
81 failed++; in advance()
84 if (failed + successfull == max) in advance()
98 return successfull + failed; in getStatus()
181 return failed; in getFailed()
/aoo4110/main/wizards/com/sun/star/wizards/ui/event/
H A DTask.java38 private int failed = 0; field in Task
80 failed++; in advance()
83 if (failed + successfull == max) in advance()
97 return successfull + failed; in getStatus()
190 return failed; in getFailed()
/aoo4110/main/testtools/qa/cli/
H A DCLITest.java46 failed("Check the make file. Java must be called with -Dcli_test=pathtoexe"); in runCLITests()
50 failed("Check the make file. Java must be called with " + in runCLITests()
75 failed("CLI test failed."); in runCLITests()
78 failed("Unexpected exception."); in runCLITests()
/aoo4110/main/qadevOOo/tests/java/mod/_jdbc/
H A DJDBCDriver.java74 throw new StatusException(Status.failed("Couldn't create object")); in createTestEnvironment()
83 throw new StatusException(Status.failed( in createTestEnvironment()
91 throw new StatusException(Status.failed( in createTestEnvironment()
112 throw new StatusException(Status.failed( in createTestEnvironment()
/aoo4110/main/qadevOOo/tests/java/ifc/io/
H A D_XActiveDataControl.java147 throw new StatusException(Status.failed(e.getMessage())); in _start()
186 throw new StatusException(Status.failed(e.getMessage())); in _removeListener()
212 throw new StatusException(Status.failed(e.getMessage())); in _terminate()
217 Status.failed("Unexpected error"); in _terminate()
/aoo4110/main/qadevOOo/runner/basicrunner/basichelper/
H A DThreadRunner.java104 throw new StatusException(Status.failed( in initialize()
114 throw new StatusException(Status.failed("Expected the " + in initialize()
125 throw new StatusException(Status.failed("Expected the " + in initialize()
135 throw new StatusException(Status.failed("Expected the " + in initialize()
242 throw new StatusException(Status.failed("Couldn't create service")); in run()
/aoo4110/main/qadevOOo/tests/java/ifc/document/
H A D_Settings.java58 … throw new StatusException(Status.failed("the property 'PrinterIndependentLayout' is unknown.")); in _PrinterIndependentLayout()
60 …throw new StatusException(Status.failed("the property 'PrinterIndependentLayout' could not be test… in _PrinterIndependentLayout()
90 throw new StatusException(Status.failed( in _PrinterName()
102 throw new StatusException(Status.failed( in _PrinterName()
/aoo4110/main/qadevOOo/tests/java/ifc/awt/tree/
H A D_XTreeNode.java64 throw new StatusException(Status.failed( in before()
70 throw new StatusException(Status.failed( in before()
76 throw new StatusException(Status.failed( in before()
82 throw new StatusException(Status.failed( in before()

Completed in 286 milliseconds

12345678910>>...14