/aoo42x/main/idlc/test/parser/ |
H A D | published.tests | 22 EXPECT SUCCESS "published.tests 1": 37 EXPECT FAILURE "published.tests 2": 41 EXPECT FAILURE "published.tests 3": 45 EXPECT FAILURE "published.tests 4": 49 EXPECT SUCCESS "published.tests 5": 54 EXPECT SUCCESS "published.tests 6": 59 EXPECT FAILURE "published.tests 7": 64 EXPECT SUCCESS "published.tests 8": 69 EXPECT SUCCESS "published.tests 9": 74 EXPECT FAILURE "published.tests 10": [all …]
|
H A D | constant.tests | 22 EXPECT SUCCESS "constant.tests 1": 37 EXPECT SUCCESS "constant.tests 2": 52 EXPECT FAILURE "constant.tests 3": 58 EXPECT FAILURE "constant.tests 4": 64 EXPECT FAILURE "constant.tests 5": 70 EXPECT FAILURE "constant.tests 6": 76 EXPECT SUCCESS "constant.tests 7": 80 EXPECT SUCCESS "constant.tests 8": 124 EXPECT FAILURE "constant.tests 9": 128 EXPECT FAILURE "constant.tests 10": [all …]
|
H A D | polystruct.tests | 22 EXPECT SUCCESS "polystruct.tests 1": 26 EXPECT FAILURE "polystruct.tests 2": 30 EXPECT FAILURE "polystruct.tests 3": 35 EXPECT FAILURE "polystruct.tests 4": 40 EXPECT SUCCESS "polystruct.tests 5": 44 EXPECT SUCCESS "polystruct.tests 6": 49 EXPECT SUCCESS "polystruct.tests 7": 54 EXPECT FAILURE "polystruct.tests 8": 59 EXPECT FAILURE "polystruct.tests 9": 64 EXPECT FAILURE "polystruct.tests 10": [all …]
|
H A D | attribute.tests | 22 EXPECT SUCCESS "attribute.tests 1": 28 EXPECT SUCCESS "attribute.tests 2": 34 EXPECT FAILURE "attribute.tests 3": 42 EXPECT SUCCESS "attribute.tests 4": 51 EXPECT SUCCESS "attribute.tests 5": 60 EXPECT SUCCESS "attribute.tests 6": 70 EXPECT SUCCESS "attribute.tests 7": 80 EXPECT FAILURE "attribute.tests 8": 90 EXPECT FAILURE "attribute.tests 9": 100 EXPECT FAILURE "attribute.tests 10": [all …]
|
H A D | interfaceinheritance.tests | 22 EXPECT FAILURE "interfaceinheritance.tests 1": 30 EXPECT FAILURE "interfaceinheritance.tests 2": 38 EXPECT FAILURE "interfaceinheritance.tests 3": 46 EXPECT FAILURE "interfaceinheritance.tests 4": 54 EXPECT FAILURE "interfaceinheritance.tests 5": 63 EXPECT FAILURE "interfaceinheritance.tests 6": 72 EXPECT FAILURE "interfaceinheritance.tests 7": 81 EXPECT FAILURE "interfaceinheritance.tests 8": 90 EXPECT SUCCESS "interfaceinheritance.tests 9": 99 EXPECT SUCCESS "interfaceinheritance.tests 10": [all …]
|
H A D | constructor.tests | 22 EXPECT SUCCESS "constructor.tests 1": 27 EXPECT SUCCESS "constructor.tests 2": 32 EXPECT SUCCESS "constructor.tests 3": 39 EXPECT FAILURE "constructor.tests 4": 47 EXPECT FAILURE "constructor.tests 5": 53 EXPECT FAILURE "constructor.tests 6": 59 EXPECT SUCCESS "constructor.tests 7": 66 EXPECT SUCCESS "constructor.tests 8": 74 EXPECT FAILURE "constructor.tests 9": 81 EXPECT FAILURE "constructor.tests 10": [all …]
|
H A D | makefile.mk | 34 $(EXECTEST) attribute.tests $(BIN)/idlc$(EXECPOST) \ 36 $(EXECTEST) constant.tests $(BIN)/idlc$(EXECPOST) \ 38 $(EXECTEST) constructor.tests $(BIN)/idlc$(EXECPOST) \ 40 $(EXECTEST) interfaceinheritance.tests $(BIN)/idlc$(EXECPOST) \ 42 $(EXECTEST) methodoverload.tests $(BIN)/idlc$(EXECPOST) \ 44 $(EXECTEST) polystruct.tests $(BIN)/idlc$(EXECPOST) \ 46 $(EXECTEST) published.tests $(BIN)/idlc$(EXECPOST) \ 48 $(EXECTEST) struct.tests $(BIN)/idlc$(EXECPOST) \ 50 $(EXECTEST) typedef.tests $(BIN)/idlc$(EXECPOST) \
|
H A D | methodoverload.tests | 22 EXPECT FAILURE "methodoverload.tests 1": 29 EXPECT FAILURE "methodoverload.tests 2": 39 EXPECT FAILURE "methodoverload.tests 3": 49 EXPECT FAILURE "methodoverload.tests 4": 59 EXPECT FAILURE "methodoverload.tests 5": 69 EXPECT FAILURE "methodoverload.tests 6": 82 EXPECT FAILURE "methodoverload.tests 7": 95 EXPECT FAILURE "methodoverload.tests 8": 108 EXPECT SUCCESS "methodoverload.tests 9":
|
H A D | struct.tests | 22 EXPECT FAILURE "struct.tests 1": 26 EXPECT FAILURE "struct.tests 2": 30 EXPECT FAILURE "struct.tests 3": 35 EXPECT FAILURE "struct.tests 4": 40 EXPECT FAILURE "struct.tests 5": 44 EXPECT SUCCESS "struct.tests 6": 48 EXPECT SUCCESS "struct.tests 7":
|
H A D | typedef.tests | 22 EXPECT SUCCESS "typedef.tests 1": 29 EXPECT FAILURE "typedef.tests 2": 35 EXPECT SUCCESS "typedef.tests 3": 42 EXPECT FAILURE "typedef.tests 4": 49 EXPECT FAILURE "typedef.tests 5": 55 EXPECT FAILURE "typedef.tests 6": 59 EXPECT FAILURE "typedef.tests 7":
|
/aoo42x/main/scripting/workben/ifc/scripting/ |
H A D | _XScriptInfo.java | 61 Iterator tests; in _getLogicalName() local 64 tests = c.iterator(); in _getLogicalName() 92 Iterator tests; in _getParcelURI() local 95 tests = c.iterator(); in _getParcelURI() 122 Iterator tests; in _getLanguage() local 125 tests = c.iterator(); in _getLanguage() 152 Iterator tests; in _getFunctionName() local 182 Iterator tests; in _getLanguageProperties() local 222 Iterator tests; in _getFileSetNames() local 259 Iterator tests; in _getFilesInFileSet() local [all …]
|
H A D | _XScriptInfoAccess.java | 62 Iterator tests; in _getScriptLogicalNames() local 65 tests = c.iterator(); in _getScriptLogicalNames() 67 while (tests.hasNext()) { in _getScriptLogicalNames() 68 result &= runGetScriptLogicalNamesTest((Parameters)tests.next()); in _getScriptLogicalNames() 120 Iterator tests; in _getImplementations() local 123 tests = c.iterator(); in _getImplementations() 125 while (tests.hasNext()) { in _getImplementations() 126 result &= runGetImplementationsTest((Parameters)tests.next()); in _getImplementations() 177 Iterator tests; in _getAllImplementations() local 180 tests = c.iterator(); in _getAllImplementations() [all …]
|
H A D | _XScriptStorageManager.java | 64 Iterator tests = c.iterator(); in _createScriptStorage() local 66 while (tests.hasNext()) { in _createScriptStorage() 67 Parameters testdata = (Parameters)tests.next(); in _createScriptStorage() 105 Iterator tests = c.iterator(); in _createScriptStorageWithURI() local 107 while (tests.hasNext()) { in _createScriptStorageWithURI() 108 Parameters testdata = (Parameters)tests.next(); in _createScriptStorageWithURI() 157 Iterator tests = c.iterator(); in _getScriptStorage() local 159 while (tests.hasNext()) { in _getScriptStorage() 160 Parameters testdata = (Parameters)tests.next(); in _getScriptStorage() 205 Iterator tests = c.iterator(); in _refreshScriptStorage() local [all …]
|
H A D | _XFunctionProvider.java | 60 Iterator tests; in _getFunction() local 63 tests = c.iterator(); in _getFunction() 65 while (tests.hasNext()) { in _getFunction() 66 result &= runGetFunctionTest((Parameters)tests.next()); in _getFunction()
|
H A D | _XFunction.java | 67 Iterator tests; in _invoke() local 70 tests = c.iterator(); in _invoke() 72 while (tests.hasNext()) { in _invoke() 73 result &= runInvokeTest((Parameters)tests.next()); in _invoke()
|
H A D | _XScriptNameResolver.java | 62 Iterator tests; in _resolve() local 65 tests = c.iterator(); in _resolve() 67 while (tests.hasNext()) { in _resolve() 68 result &= runResolveTest((Parameters)tests.next()); in _resolve()
|
H A D | _XScriptInvocation.java | 66 Iterator tests; in _invoke() local 69 tests = c.iterator(); in _invoke() 71 while (tests.hasNext()) { in _invoke() 72 result &= runInvokeTest((Parameters)tests.next()); in _invoke()
|
H A D | _XScriptStorageRefresh.java | 64 Iterator tests = c.iterator(); in _refresh() local 66 while (tests.hasNext()) { in _refresh() 67 Parameters testdata = (Parameters)tests.next(); in _refresh()
|
/aoo42x/main/svl/qa/ |
H A D | test_URIHelper.cxx | 257 static Test const tests[] = { in TEST_F() local 278 for (std::size_t i = 0; i < sizeof tests / sizeof tests[0]; ++i) { in TEST_F() 283 bool ok = tests[i].relative == 0 in TEST_F() 290 buf.append(tests[i].base); in TEST_F() 326 static Test const tests[] = { in TEST_F() local 410 for (std::size_t i = 0; i < sizeof tests / sizeof tests[0]; ++i) { in TEST_F() 416 bool ok = tests[i].result == 0 in TEST_F() 419 : (result.equalsAscii(tests[i].result) && begin == tests[i].begin in TEST_F() 420 && end == tests[i].end); in TEST_F() 425 buf.append(tests[i].input); in TEST_F() [all …]
|
/aoo42x/main/redland/rasqal/ |
H A D | rasqal-0.9.33.patch.ooo_build | 7 -SUBDIRS += src utils tests docs data win32 scripts 8 +SUBDIRS += src tests docs data win32 scripts 10 -DIST_SUBDIRS=libsv libmtwist getopt src utils tests docs data win32 scripts 11 +DIST_SUBDIRS=libsv libmtwist getopt src tests docs data win32 scripts
|
/aoo42x/main/sc/source/ui/vba/testvba/ |
H A D | README | 1 to run the tests 28 Note: For either windows or unix all of the tests should pass ( and you should get a result like ) 35 9 tests passedTests 37 …ent exits the soffice process may still be running, if you wish to repeat tests you may want to ki…
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | XMLReporter.java | 63 private long tests = 0; field in XMLReporter 111 tests++; in testFinished() 151 tests = 0; in startSuite() 172 testsuiteEl.setAttribute("tests", Long.toString(tests)); in store()
|
H A D | CSVReporter.java | 47 private long tests = 0; field in CSVReporter 82 tests++; in testFinished() 110 tests = 0; in startSuite()
|
/aoo42x/main/unoxml/test/ |
H A D | makefile.mk | 27 TARGET=tests 37 @echo unit tests are disabled. Nothing to do. 58 APP1TARGET= tests
|
/aoo42x/main/sal/qa/rtl_strings/ |
H A D | readme.txt | 2 If you want to write new or better tests: 5 The best way to remark old tests, go to the end of the source code and remark 9 There are already some new tests for rtl::XString, take a look into the
|