/trunk/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 155 try { AnyConverter.toChar(aInt); fail(""); in test_toChar() 171 try { AnyConverter.toChar(aObj); fail(""); in test_toChar() 173 try { AnyConverter.toChar(aStr); fail(""); in test_toChar() 208 try { AnyConverter.toByte(aInt); fail(""); in test_toByte() 259 try { AnyConverter.toShort(a); fail(""); in test_toShort() 335 try { AnyConverter.toInt(a); fail(""); in test_toInt() 359 try { AnyConverter.toInt(aObj); fail(""); in test_toInt() 361 try { AnyConverter.toInt(aStr); fail(""); in test_toInt() 412 try { AnyConverter.toLong(a); fail(""); in test_toLong() 594 fail(""); in test_toObject() [all …]
|
/trunk/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 474 fail("XDocument.setPrefix()"); in testXDocument() 1352 fail("XAttr.removeChild()"); in testXAttr() 1503 fail("XText.setPrefix()"); in testXText() 1526 fail("XText.insertBefore"); in testXText() 1531 fail("XText.insertBefore"); in testXText() 1541 fail("XText.removeChild"); in testXText() 1866 fail("XComment.setPrefix()"); in testXComment() 1904 fail("XComment.removeChild"); in testXComment() 2474 fail("XXPathAPI.eval"); in testXXPathAPI() 2478 fail("XXPathAPI.evalNS"); in testXXPathAPI() [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() 433 fail("service_do.method_do"); in testKeywordServices() 453 fail("service_for.method_for"); in testKeywordServices() 461 fail("service_if.method_if"); in testKeywordServices() 477 fail("service_int.method_int"); in testKeywordServices() 553 fail("S4"); in testSingletons() [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() 719 fail("Couldn't create test environment"); in createNewMathDoc() 733 fail("Couldn't create test environment"); in fillMathDocWithContent() 736 fail("Couldn't create test environment"); in fillMathDocWithContent() 739 fail("Couldn't create test environment"); in fillMathDocWithContent() 742 fail("Couldn't create test environment"); in fillMathDocWithContent() 752 fail("Couldn't create test environment"); in createNewImpressDoc() 780 fail("Couldn't create test environment"); in fillImpressDocWithContent() 787 fail("Couldn't create test environment"); in fillImpressDocWithContent() 790 fail("Couldn't create test environment"); in fillImpressDocWithContent() [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() 70 fail("Should throw an exception"); in testStart2() 78 fail("Should throw an exception"); in testStart3() 96 fail("Should throw an exception"); in testParam1() 104 fail("Should throw an exception"); in testParam2() 112 fail("Should throw an exception"); in testPartName1() 120 fail("Should throw an exception"); in testOID1() 133 fail(e.getMessage()); in testOIDandParams1() 152 fail("Should throw an exception"); in testParams1() [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() 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() 203 fail( "image control failed to remove the image" ); in checkImageControl() 230 fail( "huh? inconsistence in the test!" ); in checkCrossUpdates_checkBox() 305 fail( "huh? inconsistence in the test!" ); in checkCrossUpdates_radioButton() 626 fail( "could not create the required sample table!" ); in ensureTables() 635 fail( "could not create the required sample data" ); in ensureTables() 653 fail( "wrong value of the 'none' radio button!" ); in checkRadios() 657 fail( "wrong value of the 'normal' radio button!" ); in checkRadios() [all …]
|
/trunk/main/bean/qa/complex/bean/ |
H A D | OOoBeanTest.java | 145 fail("Sizing error: Frame was iconified."); in test2() 170 fail("Sizing error: Frame maximized."); in test2() 194 fail("Sizing error: Frame moved."); in test2() 200 fail("Painting error: Move frame to a different position."); in test2() 244 fail("Sizing error: Frame moved from back to front."); in test2() 250 fail("Painting error: Move frame to back and to front."); in test2() 282 fail("Sizing error."); in test3() 313 fail("Sizing error."); in test4() 358 fail("Painting error: adding and removing OOoBean " + in test5() 365 fail("Sizing error."); in test5() [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() 193 fail( "getPropertyValues failed for property '" + name + "' failed" ); in checkSequenceAccess() 239 fail("property bag failed to implicitly add unknown properties"); in checkDynamicSet() 263 fail("could not create a " + serviceName + " instance"); in createEmptyBag() [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() 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() 877 fail("testing the parameters of a table failed" + e.getMessage()); in testParametersAfterNormalExecute() 923 fail("testing the parameters of a parametrized query failed" + e.getMessage()); in testParametrizedQuery() [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() 259 fail("addMetadataFile: empty filename allowed"); in check() 271 fail("addMetadataFile: invalid filename allowed"); in check() 277 fail("addMetadataFile: filename with .. allowed"); in check() 295 fail("addMetadataFile: content.xml allowed"); in check() 301 fail("addMetadataFile: styles.xml allowed"); in check() 307 fail("addMetadataFile: meta.xml allowed"); in check() 313 fail("addMetadataFile: settings.xml allowed"); in check() 320 fail("importMetadataFile: null stream allowed"); in check() 363 fail("removeMetadataFile: null URI 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() 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() 193 fail("exception while removing Dictionary again"); 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 | 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() 763 fail( ex.getMessage() ); in setStockData_Type4() [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 XContoller"); 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()
|