| /trunk/main/jurt/test/com/sun/star/uno/ |
| H A D | AnyConverter_Test.java | 86 try { AnyConverter.toBoolean(aChar); fail(""); in test_toBoolean() 88 try { AnyConverter.toBoolean(anyChar); fail(""); in test_toBoolean() 90 try { AnyConverter.toBoolean(aByte); fail(""); in test_toBoolean() 92 try { AnyConverter.toBoolean(anyByte); fail(""); in test_toBoolean() 94 try { AnyConverter.toBoolean(aShort); fail(""); in test_toBoolean() 96 try { AnyConverter.toBoolean(anyShort); fail(""); in test_toBoolean() 98 try { AnyConverter.toBoolean(aInt); fail(""); in test_toBoolean() 100 try { AnyConverter.toBoolean(anyInt); fail(""); in test_toBoolean() 102 try { AnyConverter.toBoolean(aLong); fail(""); in test_toBoolean() 104 try { AnyConverter.toBoolean(anyLong); fail(""); in test_toBoolean() [all …]
|
| /trunk/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 116 fail("XDocumentBuilder.parse(null)"); in testXDocumentBuilder() 126 fail("XDocumentBuilder.parseURI(\"\")"); in testXDocumentBuilder() 305 fail("XDocument.importNode(null)"); in testXDocument() 466 fail("XDocument.setNodeValue()"); in testXDocument() 474 fail("XDocument.setPrefix()"); in testXDocument() 482 fail("XDocument.appendChild(null)"); in testXDocument() 488 fail("XDocument.insertBefore(null,)"); in testXDocument() 492 fail("XDocument.insertBefore(, null)"); in testXDocument() 496 fail("XDocument.insertBefore(x, x)"); in testXDocument() 516 fail("XDocument.replaceChild(null, )"); in testXDocument() [all …]
|
| /trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/ |
| H A D | Javamaker_Test.java | 360 fail("S1.create1"); in testS1() 364 fail("S1.create2"); in testS1() 368 fail("S1.create3"); in testS1() 372 fail("S1.create4"); in testS1() 396 fail("S1.create4"); in testS1() 409 fail("service_abstract.method_abstract"); in testKeywordServices() 413 fail("service_assert.method_assert"); in testKeywordServices() 417 fail("service_break.method_break"); in testKeywordServices() 421 fail("service_catch.method_catch"); in testKeywordServices() 425 fail("service_class.method_class"); in testKeywordServices() [all …]
|
| /trunk/main/sc/qa/complex/calcPreview/ |
| H A D | ViewForwarder.java | 117 fail(e.getMessage()); in checkPositiveViewForwarder() 141 fail(e.getMessage()); in checkPositiveViewForwarder() 144 fail(e.getMessage()); in checkPositiveViewForwarder() 147 fail(e.getMessage()); in checkPositiveViewForwarder() 172 fail(e.getMessage()); in checkPositiveViewForwarder() 174 fail(e.getMessage()); in checkPositiveViewForwarder() 177 fail(e.getMessage()); in checkPositiveViewForwarder() 194 fail(e.getMessage()); in checkPositiveViewForwarder() 196 fail(e.getMessage()); in checkPositiveViewForwarder() 199 fail(e.getMessage()); in checkPositiveViewForwarder() [all …]
|
| /trunk/main/framework/qa/complex/framework/recovery/ |
| H A D | RecoveryTest.java | 239 fail("Cannot connect the office."); in connect() 368 fail("Could not handle crash-dialog: " + e.toString()); in handleRecoveryDialogAfterCrash() 392 fail("Could not click 'Cancel' at CrashReporter Dialog"); in handleCrashReporterDialog() 402 fail("Could not handle CrashReporter Dialog: " + e.toString()); in handleCrashReporterDialog() 496 fail("Could not click 'Cancel' at recovery-dialog."); in handleRecoveryDialogAtRestart() 513 fail("Could not click 'Cancel' at recovery-dialog"); in handleRecoveryDialogAtRestart() 518 fail("Could not handle recovery-dialog at restart: " + e.toString()); in handleRecoveryDialogAtRestart() 538 fail("Could not handle 'Are you sure' dialog."); in handleAreYouSureDialog() 568 fail("could not get the document names from the 'Save Documents' dialog"); in handleSaveDocumentsDialog() 581 … fail("could not set target directory for saving documents at 'Save Documents' dialog"); in handleSaveDocumentsDialog() [all …]
|
| /trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | UnoUrlTest.java | 31 private void fail(String msg) { in fail() method in UnoUrlTest 42 fail("boolean assertion failed"); in assertTrue() 47 fail("Expected: '"+ expected + "' but was: '"+actual+"'"); in assertEquals() 53 fail("Expected: "+ expected + " but was: "+actual); in assertEquals() 63 fail("Caught exception:" + e.getMessage()); in testStart1() 70 fail("Should throw an exception"); in testStart2() 78 fail("Should throw an exception"); in testStart3() 89 fail("Caught exception:" + e.getMessage()); in testStart4() 96 fail("Should throw an exception"); in testParam1() 104 fail("Should throw an exception"); in testParam2() [all …]
|
| /trunk/main/forms/qa/integration/forms/ |
| H A D | FormControlTest.java | 100 fail( "could not access the required data source or table therein." ); in before() 129 …fail( "checking the content of one or more controls on the first row failed (see the log for detai… in checkFirstRow() 144 …fail( "checking the content of one or more controls on the insert row failed (see the log for deta… in checkInsertRow() 158 fail( "image control failed to display empty image" ); in checkImageControl() 169 fail( "image control does not display the sample image as required" ); in checkImageControl() 179 … fail( "image control does not, after saving the record, display the sample image as required" ); in checkImageControl() 187 … fail( "image control failed to display empty image, after coming from a non-empty image" ); in checkImageControl() 195 …fail( "image control does not, after coming back to the record, display the sample image as requir… in checkImageControl() 203 fail( "image control failed to remove the image" ); in checkImageControl() 210 fail( "image still there after coming back, though we just removed it" ); in checkImageControl() [all …]
|
| /trunk/main/bean/qa/complex/bean/ |
| H A D | OOoBeanTest.java | 129 fail("Sizing error: Client are of Java frame does not match the UNO window."); in test2() 145 fail("Sizing error: Frame was iconified."); in test2() 151 fail("Sizing error: Frame size set back to normal after it was iconified."); in test2() 156 fail("Painting error: Minimize (iconify) frame and back to normal size."); in test2() 170 fail("Sizing error: Frame maximized."); in test2() 176 fail("Sizing error: Frame set from maximized to normal."); in test2() 181 fail("Painting error: Maximize frame and back to normal size"); in test2() 194 fail("Sizing error: Frame moved."); in test2() 200 fail("Painting error: Move frame to a different position."); in test2() 218 fail("Painting error: Move frame to a different position."); in test2() [all …]
|
| /trunk/main/dbaccess/qa/complex/dbaccess/ |
| H A D | PropertyBag.java | 74 fail("empty property names are not rejected by XPropertyContainer::addProperty"); in checkBasics() 88 fail("insertion of duplicate property names is not rejected"); in checkBasics() 102 fail("removing non-removeable properties is expected to fail - but it didn't"); in checkBasics() 115 fail("removing non-existent properties is expected to fail - but it didn't"); in checkBasics() 126 fail("set property is not remembered"); in checkBasics() 131 fail( "setting or getting a property value failed" ); in checkBasics() 144 fail("the bag does not respect the property type we declared for the property"); in checkBasics() 173 …fail( "retrieving a previously set property (" + expectedValues[i].Value.getClass().toString() + "… in checkSequenceAccess() 193 fail( "getPropertyValues failed for property '" + name + "' failed" ); in checkSequenceAccess() 201 …fail("XPropertyAccess::getPropertyValues() and XPropertyset::getPropertyValue results are inconsis… in checkSequenceAccess() [all …]
|
| H A D | RowSet.java | 111 fail("ResultSetMovementStress(" + m_id + ") failed: " + e); in run() 128 fail("could not create the embedded HSQL database: " + e.getMessage()); in createTestCase() 138 … fail("could not connect to the database/table structure, error message:\n" + e.getMessage()); in createTestCase() 200 …fail("caught an exception while creating the RowSet. Type:\n" + e.getClass().toString() + "\nMessa… in createRowSet() 278 fail("testSequentialPositining failed: " + e); in testSequentialPositining() 296 fail("testAbsolutePositioning failed: " + e); in testAbsolutePositioning() 320 fail("test3 failed: " + e); in test3() 347 fail("test4 failed: " + e); in test4() 377 fail("testConcurrentAccess failed: " + e); in testConcurrentAccess() 860 fail("testing the parameters of a table failed" + e.getMessage()); in testTableParameters() [all …]
|
| /trunk/main/sal/workben/ |
| H A D | testpipe.cxx | 52 void fail( const char * pszText, int retval ) in fail() function 80 fail( "unable to create Pipe.\n", in main() 96 fail( "unable to start client.\n", ProcessError ); in main() 102 fail( "unable to connect to client.\n", in main() 121 fail( "unable to write on pipe.\n", in main() 128 fail( "unable to read from pipe.\n", in main() 137 fail( "unable to wait for client.\n", in main() 146 fail( "unable to receive return value of client process.\n", in main() 150 fail( "client aborted.\n", ProcessInfo.Code ); in main()
|
| /trunk/main/sfx2/qa/complex/sfx2/ |
| H A D | DocumentMetadataAccess.java | 247 fail("getElementByURI: null allowed"); in check() 253 fail("getMetadataGraphsWithType: null URI allowed"); in check() 259 fail("addMetadataFile: empty filename allowed"); in check() 265 fail("addMetadataFile: absolute filename allowed"); in check() 271 fail("addMetadataFile: invalid filename allowed"); in check() 277 fail("addMetadataFile: filename with .. allowed"); in check() 283 fail("addMetadataFile: filename with nest .. allowed"); in check() 289 fail("addMetadataFile: filename with nest . allowed"); in check() 295 fail("addMetadataFile: content.xml allowed"); in check() 301 fail("addMetadataFile: styles.xml allowed"); in check() [all …]
|
| /trunk/main/linguistic/qa/complex/linguistic/ |
| H A D | HangulHanjaConversion.java | 78 fail("Couldn't create ConversionDictionaryList"); in ConversionDictionaryList() 82 fail("Couldn't create ConversionDictionaryList"); in ConversionDictionaryList() 100 fail("Couldn't add Dictionary"); in checkXConversionDictionaryList() 103 fail("Couldn't add Dictionary"); in checkXConversionDictionaryList() 109 fail("wrong exception while adding Dictionary again"); in checkXConversionDictionaryList() 112 fail("wrong exception while adding Dictionary again"); in checkXConversionDictionaryList() 147 fail("Exception while checking adding entry"); in checkXConversionDictionaryList() 159 fail("Exception while checking adding entry"); in checkXConversionDictionaryList() 179 fail("Exception while calling queryConversions"); in checkXConversionDictionaryList() 182 fail("Exception while calling queryConversions"); in checkXConversionDictionaryList() [all …]
|
| /trunk/main/framework/qa/complex/dispatches/ |
| H A D | checkdispatchapi.java | 128 fail("Can't initialize test environment."); in before() 281 fail("Interceptor was never registered."); in checkInterceptorLifeTime() 286 … fail("Interceptor was not deregistered automatically on closing the corresponding frame."); in checkInterceptorLifeTime() 334 fail("Frame does not provide required interface XComponentLoader."); in impl_loadIntoFrame() 349 fail("Could not load \"" + sURL + "\"."); in impl_loadIntoFrame() 370 fail("Could not create UNO component \"" + sName + "\"."); in impl_createUNOComponent() 416 …fail("At least one DispatchInformation item does not match the requested group.\n\trequested group… in impl_checkDispatchInfo() 424 …fail("Found a duplicate item: group=[" + aInfo.GroupId + "] command=\"" + aInfo.Command + "\""); /… in impl_checkDispatchInfo() 435 fail("Exception caught during using XDispatchInformationProvider."); in impl_checkDispatchInfo() 452 fail("Could not create the frame instance."); in impl_createNewFrame() [all …]
|
| /trunk/main/desktop/win32/source/ |
| H A D | extendloaderenvironment.cxx | 45 void fail() { in fail() function 87 fail(); in extendLoaderEnvironment() 113 fail(); in extendLoaderEnvironment() 122 fail(); in extendLoaderEnvironment() 129 fail(); in extendLoaderEnvironment() 136 fail(); in extendLoaderEnvironment() 141 fail(); in extendLoaderEnvironment() 151 fail(); in extendLoaderEnvironment() 174 fail(); in extendLoaderEnvironment()
|
| /trunk/main/chart2/qa/complex/chart2/ |
| H A D | TestCaseOldAPI.java | 119 fail( ex.getMessage() ); in after() 170 fail( ex.getMessage() ); in testTitle() 215 fail( ex.getMessage() ); in testSubTitle() 328 fail( ex.getMessage() ); in testDiagram() 425 fail( ex.getMessage() ); in testAxis() 472 fail( ex.getMessage() ); in testLegend() 508 fail( ex.getMessage() ); in testArea() 574 fail( ex.getMessage() ); in testChartType() 687 fail( ex.getMessage() ); in testDataSeriesAndPoints() 709 fail( ex.getMessage() ); in testStatistics() [all …]
|
| /trunk/main/framework/qa/complex/loadAllDocuments/ |
| H A D | CheckXComponentLoader.java | 167 fail("Could not create a stream provider instance."); in before() 177 fail("Could not create the desktop instance."); in before() 233 fail("Couldn't find test documents."); in before() 248 { fail("Test frame couldn't be closed successfully."); } in after() 325 fail("Seems that all temp file names are currently in use!"); in impl_getTempFileName() 374 fail("Could not create temp office document."); in impl_createTempOfficeDocument() 476 fail("Unsopported Encoding: " + sEncoding[i] + in checkURLEncoding() 619 fail("Could not open test file \""+sURL+"\" for stream test."); in checkStreamLoading() 678 fail(sMessage + " unexpected result [" + in loadURL()
|
| /trunk/main/framework/qa/complex/contextMenuInterceptor/ |
| H A D | CheckContextMenuInterceptor.java | 110 fail("Test frame couldn't be closed successfully."); in after() 222 fail("Runtime exception caught!" + ex.getMessage()); in checkContextMenuInterceptor() 227 fail("Java lang exception caught!" + ex.getMessage()); in checkContextMenuInterceptor() 277 fail("Not possible to get first entry of context menu"); in checkHelpEntry() 282 fail("first entry of context menu is NULL"); in checkHelpEntry() 289 fail("No able to retrieve accessible context from first entry of context menu"); in checkHelpEntry() 296 fail("First entry of context menu is not from context menu interceptor"); in checkHelpEntry() 307 fail("not possible to get first children of Help context"); in checkHelpEntry()
|
| /trunk/main/desktop/win32/source/rebase/ |
| H A D | rebase.cxx | 59 void fail() in fail() function 157 fail(); in WinMain() 161 fail(); in WinMain() 168 fail(); in WinMain() 172 fail(); in WinMain() 179 fail(); in WinMain()
|
| H A D | rebasegui.cxx | 60 static void fail() in fail() function 161 fail(); in WinMain() 165 fail(); in WinMain() 172 fail(); in WinMain() 176 fail(); in WinMain() 183 fail(); in WinMain()
|
| /trunk/main/framework/qa/complex/XUserInputInterception/ |
| H A D | EventTest.java | 148 fail("Could not create the XUserInputInterception instance."); in before() 180 fail("Could not create a text document: " +e.toString()); in checkTextDocument() 201 fail("Could not create an impress document: " +e.toString()); in checkImpressDocument() 244 fail("Could not create a math document: " +e.toString()); in checkMathDocument() 265 fail("Could not create a draw document: " +e.toString()); in checkDrawDocument() 286 fail("Could not create a calc document: " +e.toString()); in checkCalcDocument() 385 fail("could not get XUserInputInterception from XController"); in getUII()
|
| /trunk/main/sc/qa/complex/cellRanges/ |
| H A D | CheckXCellRangesQuery.java | 79 fail( "Couldn?t create document"); in before() 98 fail("Error getting cell object from spreadsheet document"); in before() 101 fail("Error getting cell object from spreadsheet document"); in before() 104 fail("Error getting cell object from spreadsheet document"); in before() 117 fail("Could not fill cell (1, 1) with a value."); in before() 190 fail("Could not fill cell (2, 3) with a value."); in checkFilledCell()
|
| /trunk/main/connectivity/qa/complex/connectivity/hsqldb/ |
| H A D | DatabaseMetaData.java | 59 fail( sName + " returns wrong column count"); in testMethod() 61 fail("Method " + sName + " could not be found!"); in testMethod() 63 fail("IllegalAccessException!"); in testMethod() 65 fail("SQLException occurred: " + ex.getMessage()); in testMethod() 67 fail("IllegalAccessException!"); in testMethod()
|
| /trunk/main/framework/qa/complex/broken_document/ |
| H A D | LoadDocument.java | 74 fail("Could not create a desktop instance."); in checkHeadlessState() 90 fail("Could not load document"); in checkHeadlessState() 93 fail("Could not load document"); in checkHeadlessState() 101 fail("Could not load document"); in checkHeadlessState() 104 fail("Could not load document"); in checkHeadlessState()
|
| /trunk/main/filter/qa/complex/filter/misc/ |
| H A D | FinalizedMandatoryTest.java | 152 fail("could not get test object"); in checkReadonlySupport() 189 fail("could not get test object"); in checkReadonlySupport() 222 fail("could not replace filter properties ('" + filterName + "')"); in checkReadonlySupport() 249 fail("could not remove filter from container ('" + filterName + "')"); in checkReadonlySupport() 269 fail("Couldn't get elements from object"); in checkReadonlySupport() 273 fail("Couldn't get elements from object"); in checkReadonlySupport()
|