This is an automated email from the ASF dual-hosted git repository. damjan pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 870c37922c Fixed typo (completly -> completely) and many more new efc1756a58 Fix a typo in a dmake variable name. It's called PATH_SEPERATOR, not PATH_SEPARATOR. new eeb47f1ede Add $(HAMCREST_CORE_JAR) to other dmake makefiles where it was missing. new fd6e8d9f7a Fix the installation path for OpenOffice used by dmake when running JUnit tests. new 7ee8c2c6cd Fix the unoapi tests in qadevOOo. new 8561b591b8 Fix the unoapi tests in configmgr. new 6795508b2d Fix the main/sc unoapi tests, and add them to the build. new f525edebf3 comphelper's JunitTest doesn't need OOoRunner.jar. new 0ced32bd95 Add the complex unit test to the bean module. new 895285e1a6 The linguistic module's complex JunitTest doesn't need OOoRunner. new 9386131068 sot module doesn't need OOoRunner.jar as a complex test dependency. new 6a86ac4b38 svl module doesn't need OOoRunner.jar as a complex test dependency. new 0b2ceee159 Delete unused import. new 3855178bf8 Run the test in debug mode too, it no longer seems to crash. new f107c74e14 Port sw's LoadSaveTest to JUnit, and fix the paths, and add it to the list of other complex tests. new 5c06146fab Add vcl's memCheck complex test to the build, which was left out by Oracle/Sun when they ported it to gbuild. Also fix some errors and get it fully working without the qaooDev helper classes. Pass the documents path from the Makefile as the one from the code will be wrong for gbuild. new 48d1b9e1ba Add vcl's persistent_window_states complex test to the build, which was also left out during the gbuild port, and clean it up a bit. new 5f3440664a Clean up unotools complex tests. new 9e73885b79 Clean up ucb complex tests. new 60509b5aad Add package's complex tests to the build, and update them to use JUnit. new 100f033136 Clean up the bean complex tests. new 2062e9d75b Clean up the comphelper complex tests. new d096138d63 Make the exception message more descriptive: if possible, describe why the document could not be loaded. new 02a76d915a dbaccess complex tests cleanup. new 8b4dc8f1d4 Clean up the complex tests in the filter module. new 2e1a4f9348 Clean up forms complex tests. new 64ded1b7a0 Clean up sfx2 complex tests. new 5971bc35dc Clean up the sc complex tests. new a427578287 Clean up reportdesign complex tests. new c944cacc40 Clean up sot complex tests. new 19ee18fdf9 Port the main/test module to gbuild and Ant. Also make it use Google Test instead of cppunit, and delete the unoexceptionprotector library which was cppunit-specific and completely unused. new 81731658b3 Preliminary compiling port of type detection test to junit. new 69dd60afa2 Further fixes. new 3bede71e50 We no longer get files from the class path. new 83f0ba4128 Make some helper method private and/or static. new 939b47ecd6 Fix the bad spacing in the Java files. new b338ff5915 Some modernization. Use ArrayList instead of Vector, String.split() instead of StringTokenizer. new ec1247ae83 Finish Vector -> ArrayList conversion. Other minor fixes. new 30b4355987 Fix the exception handling. new d6a8792126 Use "TypeName" instead of "MediaType" to specify the type, it seems to work, and "MediaType" is barely used in the code. new 0ee15d0c3b Start rebuilding the lost document repository. new 35bb7f26b0 Remove the unused properties. new 69ed17bae8 Add more test documents. new 1e3c8e5ef0 Also needs juh.jar to run. new 1f8c860bc5 Port the chart2 complex test to JUnit, and enable it in the build. new fcc38b588f Port the main/connectivity complex tests to JUnit, and clean them up. Also stop packaging them into a JAR file, and delivering this JAR file to solver, because nothing else uses it, it's just superfluous build code probably wrongly copied from the unoapi tests. new 05ff667498 Port main/embeddedobj complex tests to JUnit, and clean up the code a bit. new e8581bfad8 Port the remainder of the framework complex tests to JUnit, although they fail, so keep them disabled. new 2c0cd9c88c Add a missing slash. new 6e91df0b47 Fix the paths for main/embeddedobj. new af60b7be7b Fix typo. new b49a7c134b chart2's unoapi test also needs juh.jar. new d55f601a1b Port testtools to JUnit. new b12c4ec078 Port the cli_ure test to JUnit. new f04976d9fc Remove unused ComplexTestCase imports. new 666fd4a9c9 Port the extensions integeration test to JUnit. new 6181058df1 Allow Java unit tests to exist in subdirectories. new cf2d78d1c2 Port the forms integration test to JUnit. new 9e878ba5fe Port bridges tests to JUnit. new c9248ba1ca Port the ucb test to JUnit. new 6e57475aab Port the testtools tests to JUnit. new 9cbd97ce4d Port jurt tests to JUnit. new 967b1ad8d3 Port ridljar to JUnit. new 69bc063649 This test also needs juh.jar. new a7e3f26314 Also needs juh.jar, although turned off. new ef5ad92fe4 Also needs juh.jar. new aeba200682 Needs juh.jar. new 361339f3af Needs juh.jar. new 145becff58 Needs juh.jar. new 43469fe4ba Needs juh.jar. new d33fc6e003 Needs juh.jar. new e22895ef2d Needs juh.jar. new 8007ef7f6a Needs juh.jar. new 55237c9e14 Needs juh.jar. new a0d7755e1b Needs juh.jar. new 1ab7e85183 Needs juh.jar. new b9af2a2356 Needs juh.jar. new 729d00efb5 Needs juh.jar. new 94aabaef13 Needs juh.jar. new 728ba8bd2a Needs juh.jar. new 08dd5e7f60 Needs juh.jar. new fa4aafc803 Needs juh.jar. new 7079fd182e Needs juh.jar. new cc90003b85 Needs juh.jar. new 18a288d707 Needs juh.jar. new 16be0dc953 Needs juh.jar. new 02bf46da5c Needs juh.jar. new 0df1ec848f Needs juh.jar. new d435d9a535 Get the dmake JUnit unit tests on Windows to run the same way as other platforms, using the "installed" package format, instead of using the "archive" package format and trying to unzip it, which is less often used, and archives can be unzipped manually while trying to zip up the "installed" format is harder. The 88 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: main/Module_ooo.mk | 1 + main/Repository.mk | 1 + .../JunitTest_bean_complex.mk} | 17 +- main/bean/Module_bean.mk | 5 + main/bean/qa/complex/bean/OOoBeanTest.java | 18 - main/bean/qa/complex/bean/ScreenComparer.java | 1 - .../uno/bridges/java_remote/Bug107753_Test.java | 17 +- .../uno/bridges/java_remote/Bug108825_Test.java | 18 +- .../uno/bridges/java_remote/Bug110892_Test.java | 14 +- .../uno/bridges/java_remote/Bug111153_Test.java | 13 +- .../uno/bridges/java_remote/Bug114133_Test.java | 13 +- .../lib/uno/bridges/java_remote/Bug51323_Test.java | 13 +- .../lib/uno/bridges/java_remote/Bug92174_Test.java | 11 +- .../lib/uno/bridges/java_remote/Bug97697_Test.java | 17 +- .../lib/uno/bridges/java_remote/Bug98508_Test.java | 17 +- .../lib/uno/bridges/java_remote/MethodIdTest.java | 13 +- .../uno/bridges/java_remote/PolyStructTest.java | 11 +- .../java_remote/StopMessageDispatcherTest.java | 13 +- .../star/lib/uno/bridges/java_remote/makefile.mk | 3 +- main/chart2/prj/build.lst | 1 + .../qa/{ => complex/chart2}/TestCaseOldAPI.java | 426 ++++++------ .../tools => chart2/qa/complex/chart2}/makefile.mk | 43 +- main/chart2/qa/makefile.mk | 66 -- main/chart2/qa/unoapi/makefile.mk | 2 +- main/cli_ure/qa/climaker/ClimakerTestCase.java | 54 +- main/cli_ure/qa/climaker/makefile.mk | 74 +-- main/comphelper/JunitTest_comphelper_complex.mk | 2 +- main/comphelper/qa/complex/comphelper/Map.java | 14 +- .../comphelper/SequenceOutputStreamUnitTest.java | 14 +- main/configmgr/JunitTest_configmgr_unoapi.mk | 1 + main/configmgr/qa/unoapi/Test.java | 3 +- main/connectivity/prj/build.lst | 2 +- .../qa/complex/connectivity/DBaseDriverTest.java | 52 +- .../qa/complex/connectivity/FlatFileAccess.java | 46 +- .../qa/complex/connectivity/HsqlDriverTest.java | 43 +- .../complex/connectivity/JdbcLongVarCharTest.java | 31 +- .../connectivity/dbase/DBaseDateFunctions.java | 202 ++---- .../connectivity/dbase/DBaseNumericFunctions.java | 281 ++------ .../complex/connectivity/dbase/DBaseSqlTests.java | 11 +- .../connectivity/dbase/DBaseStringFunctions.java | 213 ++---- .../connectivity/hsqldb/DatabaseMetaData.java | 24 +- .../qa/complex/connectivity}/makefile.mk | 44 +- main/connectivity/qa/makefile.mk | 75 --- main/connectivity/qa/scenarios.sce | 24 - main/dbaccess/JunitTest_dbaccess_complex.mk | 1 + .../qa/complex/dbaccess/ApplicationController.java | 6 - main/dbaccess/qa/complex/dbaccess/PropertyBag.java | 7 - .../JunitTest_embeddedobj_complex.mk} | 33 +- main/embeddedobj/Module_embeddedobj.mk | 6 + .../{ => complex}/embedding/EmbeddingUnitTest.java | 50 +- main/embeddedobj/qa/complex/embedding/Test01.java | 153 +++++ .../qa/{ => complex}/embedding/TestHelper.java | 9 +- main/embeddedobj/qa/embedding/EmbeddingTest.java | 28 - main/embeddedobj/qa/embedding/Test01.java | 156 ----- main/embeddedobj/qa/embedding/makefile.mk | 80 --- .../qa/integration/extensions/ObjectInspector.java | 36 +- .../qa/integration/extensions/TestSkeleton.java | 67 -- .../qa/integration/extensions/makefile.mk | 72 +- .../filter/detection/typeDetection/Helper.java | 241 +++---- .../detection/typeDetection/TypeDetection.java | 472 ++++++------- .../detection/typeDetection/TypeDetection.props | 10 - .../detection/typeDetection/documents/Calc/DIF.DIF | 30 + .../typeDetection/documents/Calc/SYLK.SLK | 8 + .../typeDetection/documents/Calc/Text_CSV.csv | 2 + .../typeDetection/documents/Calc/dbase.DBF | Bin 0 -> 143 bytes .../typeDetection/documents/Graphics/pic.bmp | Bin 0 -> 550 bytes .../typeDetection/documents/Graphics/pic.gif | Bin 0 -> 281 bytes .../typeDetection/documents/Graphics/pic.pbm | Bin 0 -> 1091 bytes .../typeDetection/documents/Graphics/pic.pgm | Bin 0 -> 1091 bytes .../typeDetection/documents/Graphics/pic.png | Bin 0 -> 479 bytes .../typeDetection/documents/Graphics/pic.ppm | Bin 0 -> 1091 bytes .../typeDetection/documents/Graphics/pic.tif | Bin 0 -> 760 bytes .../typeDetection/documents/Writer/RTF.rtf | 17 + .../typeDetection/documents/Writer/Text_CSV.txt | 2 + .../typeDetection/documents/Writer/Text_DOS.txt | 2 + .../typeDetection/documents/Writer/WriterWeb.html | 20 + .../filter/detection/typeDetection/files.csv | 178 ++--- .../filter/detection/typeDetection/makefile.mk | 108 +-- .../filter/misc/FinalizedMandatoryTest.java | 10 - .../filter/misc/TypeDetection6FileFormat.java | 8 - main/filter/qa/complex/filter/misc/makefile.mk | 2 +- main/forms/prj/build.lst | 2 +- .../qa/complex/forms/CheckOGroupBoxModel.java | 4 - main/forms/qa/forms_all.sce | 28 - .../complex/forms/tools/ResultSet.java | 2 +- main/forms/qa/integration/forms/CellBinding.java | 62 +- .../qa/integration/forms/ControlValidation.java | 36 +- .../qa/integration/forms/FormControlTest.java | 144 ++-- .../qa/integration/forms/FormPropertyBags.java | 57 +- main/forms/qa/integration/forms/ListBox.java | 38 +- main/forms/qa/integration/forms/ListSelection.java | 68 +- .../qa/integration/forms/MasterDetailForms.java | 49 +- main/forms/qa/integration/forms/RadioButtons.java | 41 +- main/forms/qa/integration/forms/TestCase.java | 19 +- main/forms/qa/integration/forms/TestSkeleton.java | 71 -- main/forms/qa/integration/forms/ValueBinding.java | 42 +- .../qa/integration/forms/XMLFormSettings.java | 61 +- main/forms/qa/integration/makefile.mk | 89 +++ .../xforms/Instance.java | 2 +- .../openoffice => integration}/xforms/Model.java | 2 +- .../xforms/XMLDocument.java | 2 +- main/forms/qa/makefile.mk | 67 -- main/framework/JunitTest_framework_complex.mk | 4 + main/framework/JunitTest_framework_unoapi.mk | 1 + .../complex/framework/recovery/RecoveryTest.java | 302 ++++----- .../complex/framework/recovery/RecoveryTools.java | 84 ++- .../lib/util/makefile.mk => jurt/Ant_jurt_test.mk} | 9 +- main/jurt/Module_jurt.mk | 1 + main/jurt/java/jurt-test/build.xml | 56 ++ .../comp/bridgefactory/BridgeFactory_Test.java | 25 +- .../com/sun/star/comp/bridgefactory/makefile.mk | 32 - .../comp/connections/PipedConnection_Test.java | 16 +- .../test/com/sun/star/comp/connections/makefile.mk | 32 - .../bridges/java_remote/BridgedObject_Test.java | 15 +- .../uno/bridges/java_remote/ProxyFactory_Test.java | 22 +- .../java_remote/java_remote_bridge_Test.java | 43 +- .../star/lib/uno/bridges/java_remote/makefile.mk | 35 - .../environments/java/java_environment_Test.java | 19 +- .../sun/star/lib/uno/environments/java/makefile.mk | 32 - .../remote/JavaThreadPoolFactory_Test.java | 14 +- .../lib/uno/environments/remote/JobQueue_Test.java | 49 +- .../lib/uno/environments/remote/TestMessage.java | 2 +- .../lib/uno/environments/remote/ThreadId_Test.java | 39 +- .../uno/environments/remote/ThreadPool_Test.java | 41 +- .../star/lib/uno/environments/remote/makefile.mk | 40 -- .../star/lib/util/NativeLibraryLoader_Test.java | 14 +- main/jurt/test/com/sun/star/makefile.mk | 73 ++ .../test/com/sun/star/uno/AnyConverter_Test.java | 732 +++++++++++---------- .../sun/star/uno/UnoRuntime_EnvironmentTest.java | 24 +- .../test/com/sun/star/uno/WeakReference_Test.java | 21 +- main/jurt/test/com/sun/star/uno/makefile.mk | 35 - main/jurt/test/makefile.mk | 35 - main/linguistic/JunitTest_linguistic_complex.mk | 1 - main/linguistic/JunitTest_linguistic_unoapi.mk | 1 + .../JunitTest_package_complex_ofopxmlstorages.mk} | 29 +- main/package/JunitTest_package_complex_storages.mk | 83 +++ main/package/Module_package.mk | 7 + .../qa/ofopxmlstorages/StorageUnitTest.java | 75 ++- main/package/qa/storages/StorageUnitTest.java | 171 ++--- main/qadevOOo/JunitTest_qadevOOo_unoapi.mk | 11 +- .../src/main/java/helper/StreamSimulator.java | 10 +- .../OOoRunner/src/main/java/util/DesktopTools.java | 2 +- main/qadevOOo/qa/unoapi/Test.java | 3 +- .../reportdesign/JunitTest_reportdesign_complex.mk | 1 + .../complex/reportdesign/ReportDesignerTest.java | 29 - .../lib/uno/typedesc/TypeDescription_Test.java | 59 +- .../test/com/sun/star/lib/uno/typedesc/makefile.mk | 31 - .../test/com/sun/star/lib/util/WeakMap_Test.java | 49 +- .../test => ridljar/test/com/sun/star}/makefile.mk | 47 +- main/ridljar/test/com/sun/star/uno/Any_Test.java | 21 +- main/ridljar/test/com/sun/star/uno/Type_Test.java | 87 ++- .../test/com/sun/star/uno/UnoRuntime_Test.java | 75 +-- main/ridljar/test/com/sun/star/uno/makefile.mk | 34 - main/ridljar/test/makefile.mk | 31 - main/sc/JunitTest_sc_complex.mk | 1 + main/sc/JunitTest_sc_complex_cellRanges.mk | 1 + .../JunitTest_sc_unoapi.mk} | 22 +- main/sc/Module_sc.mk | 1 + main/sc/qa/complex/calcPreview/ViewForwarder.java | 13 - .../complex/cellRanges/CheckXCellRangesQuery.java | 11 +- main/sc/qa/complex/dataPilot/CheckDataPilot.java | 11 - main/sc/qa/complex/sc/CalcRTL.java | 22 +- main/sc/qa/unoapi/Test.java | 5 +- main/sd/JunitTest_sd_unoapi.mk | 1 + main/sfx2/JunitTest_sfx2_complex.mk | 1 + .../qa/complex/sfx2/DocumentMetadataAccess.java | 5 - main/solenv/inc/installationtest.mk | 62 +- main/solenv/inc/javaunittest.mk | 6 +- main/sot/JunitTest_sot_complex.mk | 2 +- .../olesimplestorage/OLESimpleStorageUnitTest.java | 13 +- main/starmath/JunitTest_sm_unoapi.mk | 1 + main/svl/JunitTest_svl_complex.mk | 2 +- main/svtools/JunitTest_svtools_unoapi.mk | 1 + main/svx/JunitTest_svx_unoapi.mk | 1 + main/sw/JunitTest_sw_complex.mk | 2 + main/sw/JunitTest_sw_unoapi.mk | 1 + main/sw/qa/complex/writer/CheckBookmarks.java | 1 - main/sw/qa/complex/writer/CheckFlies.java | 1 - main/sw/qa/complex/writer/LoadSaveTest.java | 92 ++- .../util/makefile.mk => test/Ant_test-tools.mk} | 9 +- .../Module_embeddedobj.mk => test/Ant_test.mk} | 8 +- .../Library_test.mk} | 45 +- main/{MathMLDTD => test}/Makefile | 0 main/{jurt/Module_jurt.mk => test/Module_test.mk} | 32 +- .../qa/unoapi/makefile.mk => test/Package_inc.mk} | 30 +- main/test/inc/makefile.mk | 36 - .../test-tools/build.xml} | 30 +- .../org/openoffice/test/tools/DocumentType.java | 0 .../org/openoffice/test/tools/OfficeDocument.java | 0 .../openoffice/test/tools/OfficeDocumentView.java | 0 .../openoffice/test/tools/SpreadsheetDocument.java | 0 .../org/openoffice/test/tools/SpreadsheetView.java | 0 .../OfficeFileUrl.java => java/test/build.xml} | 30 +- .../main}/java/org/openoffice/test/Argument.java | 0 .../main}/java/org/openoffice/test/FileHelper.java | 0 .../java/org/openoffice/test/OfficeConnection.java | 0 .../java/org/openoffice/test/OfficeFileUrl.java | 0 .../java/org/openoffice/test/TestArgument.java | 0 main/test/prj/build.lst | 6 +- main/test/prj/d.lst | 17 - main/{MathMLDTD => test}/prj/makefile.mk | 0 main/test/source/cpp/makefile.mk | 72 -- main/test/source/cpp/officeconnection.cxx | 22 +- main/test/source/cpp/uniquepipename.cxx | 4 +- .../source/cpp/unoexceptionprotector/makefile.mk | 67 -- .../unoexceptionprotector.cxx | 96 --- main/testtools/qa/cli/CLITest.java | 74 +-- main/testtools/qa/cli/makefile.mk | 60 +- .../qa/cliversioning/VersionTestCase.java | 71 +- main/testtools/qa/cliversioning/makefile.mk | 93 ++- .../source/servicetests/LocalServiceTest.java | 7 + .../source/servicetests/RemoteServiceTest.java | 8 +- main/testtools/source/servicetests/TestBase.java | 73 +- main/testtools/source/servicetests/makefile.mk | 2 +- main/toolkit/JunitTest_toolkit_complex.mk | 1 + main/toolkit/JunitTest_toolkit_unoapi.mk | 1 + main/ucb/JunitTest_ucb_complex.mk | 1 + main/ucb/JunitTest_ucb_unoapi.mk | 1 + .../CheckTransientDocumentsContentProvider.java | 5 - .../com/sun/star/comp/ucb/GlobalTransfer_Test.java | 47 +- main/ucb/test/com/sun/star/comp/ucb/makefile.mk | 41 +- main/unotools/JunitTest_unotools_complex.mk | 3 +- .../qa/complex/tempfile/TempFileUnitTest.java | 13 +- main/unotools/qa/complex/tempfile/Test01.java | 5 - main/unoxml/JunitTest_unordf_complex.mk | 1 + main/unoxml/JunitTest_unoxml_complex.mk | 2 +- .../JunitTest_vcl_complex_memCheck.mk} | 23 +- ...unitTest_vcl_complex_persistentWindowStates.mk} | 20 +- main/vcl/Module_vcl.mk | 7 + main/vcl/qa/complex/memCheck/CheckMemoryUsage.java | 48 +- .../vcl/qa/complex/memCheck/CheckMemoryUsage.props | 3 - main/vcl/qa/complex/memCheck/TestDocument.java | 11 +- .../PersistentWindowTest.java | 13 - .../writerfilter/JunitTest_writerfilter_complex.mk | 5 +- .../qa/complex/ooxml/LoadDocuments.java | 1 - main/xmloff/JunitTest_xmloff_unoapi.mk | 1 + 236 files changed, 3630 insertions(+), 5162 deletions(-) copy main/{ucb/JunitTest_ucb_complex.mk => bean/JunitTest_bean_complex.mk} (72%) rename main/chart2/qa/{ => complex/chart2}/TestCaseOldAPI.java (70%) rename main/{test/source/java/org/openoffice/test/tools => chart2/qa/complex/chart2}/makefile.mk (62%) delete mode 100644 main/chart2/qa/makefile.mk copy main/{filter/qa/complex/filter/misc => connectivity/qa/complex/connectivity}/makefile.mk (57%) delete mode 100644 main/connectivity/qa/makefile.mk delete mode 100644 main/connectivity/qa/scenarios.sce copy main/{starmath/JunitTest_sm_unoapi.mk => embeddedobj/JunitTest_embeddedobj_complex.mk} (66%) rename main/embeddedobj/qa/{ => complex}/embedding/EmbeddingUnitTest.java (67%) create mode 100644 main/embeddedobj/qa/complex/embedding/Test01.java rename main/embeddedobj/qa/{ => complex}/embedding/TestHelper.java (84%) delete mode 100644 main/embeddedobj/qa/embedding/EmbeddingTest.java delete mode 100644 main/embeddedobj/qa/embedding/Test01.java delete mode 100644 main/embeddedobj/qa/embedding/makefile.mk delete mode 100644 main/extensions/qa/integration/extensions/TestSkeleton.java create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Calc/DIF.DIF create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Calc/SYLK.SLK create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Calc/Text_CSV.csv create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Calc/dbase.DBF create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Graphics/pic.bmp create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Graphics/pic.gif create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Graphics/pic.pbm create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Graphics/pic.pgm create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Graphics/pic.png create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Graphics/pic.ppm create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Graphics/pic.tif create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Writer/RTF.rtf create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Writer/Text_CSV.txt create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Writer/Text_DOS.txt create mode 100644 main/filter/qa/complex/filter/detection/typeDetection/documents/Writer/WriterWeb.html delete mode 100644 main/forms/qa/forms_all.sce rename main/forms/qa/{org/openoffice => integration}/complex/forms/tools/ResultSet.java (99%) delete mode 100644 main/forms/qa/integration/forms/TestSkeleton.java create mode 100644 main/forms/qa/integration/makefile.mk rename main/forms/qa/{org/openoffice => integration}/xforms/Instance.java (99%) rename main/forms/qa/{org/openoffice => integration}/xforms/Model.java (99%) rename main/forms/qa/{org/openoffice => integration}/xforms/XMLDocument.java (99%) delete mode 100644 main/forms/qa/makefile.mk rename main/{ridljar/test/com/sun/star/lib/util/makefile.mk => jurt/Ant_jurt_test.mk} (83%) create mode 100644 main/jurt/java/jurt-test/build.xml delete mode 100644 main/jurt/test/com/sun/star/comp/bridgefactory/makefile.mk delete mode 100644 main/jurt/test/com/sun/star/comp/connections/makefile.mk delete mode 100644 main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/makefile.mk delete mode 100644 main/jurt/test/com/sun/star/lib/uno/environments/java/makefile.mk delete mode 100644 main/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk create mode 100644 main/jurt/test/com/sun/star/makefile.mk delete mode 100644 main/jurt/test/com/sun/star/uno/makefile.mk delete mode 100644 main/jurt/test/makefile.mk copy main/{sd/JunitTest_sd_unoapi.mk => package/JunitTest_package_complex_ofopxmlstorages.mk} (58%) create mode 100644 main/package/JunitTest_package_complex_storages.mk delete mode 100644 main/ridljar/test/com/sun/star/lib/uno/typedesc/makefile.mk rename main/{test/source/java/org/openoffice/test => ridljar/test/com/sun/star}/makefile.mk (59%) delete mode 100644 main/ridljar/test/com/sun/star/uno/makefile.mk delete mode 100644 main/ridljar/test/makefile.mk copy main/{starmath/JunitTest_sm_unoapi.mk => sc/JunitTest_sc_unoapi.mk} (66%) rename main/{jurt/test/com/sun/star/lib/util/makefile.mk => test/Ant_test-tools.mk} (82%) copy main/{embeddedobj/Module_embeddedobj.mk => test/Ant_test.mk} (87%) copy main/{ucb/JunitTest_ucb_unoapi.mk => test/Library_test.mk} (53%) copy main/{MathMLDTD => test}/Makefile (100%) copy main/{jurt/Module_jurt.mk => test/Module_test.mk} (77%) copy main/{chart2/qa/unoapi/makefile.mk => test/Package_inc.mk} (58%) delete mode 100644 main/test/inc/makefile.mk copy main/test/{source/java/org/openoffice/test/OfficeFileUrl.java => java/test-tools/build.xml} (54%) rename main/test/{source => java/test-tools/src/main}/java/org/openoffice/test/tools/DocumentType.java (100%) rename main/test/{source => java/test-tools/src/main}/java/org/openoffice/test/tools/OfficeDocument.java (100%) rename main/test/{source => java/test-tools/src/main}/java/org/openoffice/test/tools/OfficeDocumentView.java (100%) rename main/test/{source => java/test-tools/src/main}/java/org/openoffice/test/tools/SpreadsheetDocument.java (100%) rename main/test/{source => java/test-tools/src/main}/java/org/openoffice/test/tools/SpreadsheetView.java (100%) copy main/test/{source/java/org/openoffice/test/OfficeFileUrl.java => java/test/build.xml} (54%) rename main/test/{source => java/test/src/main}/java/org/openoffice/test/Argument.java (100%) rename main/test/{source => java/test/src/main}/java/org/openoffice/test/FileHelper.java (100%) rename main/test/{source => java/test/src/main}/java/org/openoffice/test/OfficeConnection.java (100%) rename main/test/{source => java/test/src/main}/java/org/openoffice/test/OfficeFileUrl.java (100%) rename main/test/{source => java/test/src/main}/java/org/openoffice/test/TestArgument.java (100%) copy main/{MathMLDTD => test}/prj/makefile.mk (100%) delete mode 100644 main/test/source/cpp/makefile.mk delete mode 100644 main/test/source/cpp/unoexceptionprotector/makefile.mk delete mode 100644 main/test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx copy main/{framework/JunitTest_framework_unoapi.mk => vcl/JunitTest_vcl_complex_memCheck.mk} (62%) copy main/{framework/JunitTest_framework_unoapi.mk => vcl/JunitTest_vcl_complex_persistentWindowStates.mk} (61%)