look for java, javac and javadoc with the .exe suffix on windows
[LibreOffice.git] / testtools / qa / cli / readme.txt
blob34531936ab99d2b97522a950560d34a1a6bad75a
1 This test is for Windows only!
3 The cli test uses .NET assemblies:
4 cli_types.dll,
5 cli_basetypes.dll,
6 cli_ure.dll,
7 cli_cppuhelper.dll.
10 When an office is properly installed then these assemblies can be found in the
11 global assembly cache (GAC), for example in c:\windows\assembly.
13 When the test is run then the assemblies are used from the GAC. That is
14 one has to make sure that one has the respective office installed.
16 The test can also be run without an installed office. Then the assemblies are used
17 which reside next to the executable. The testtools project copies the assemblies from
18 the build environment into the wntmscixx\bin folder.
20 However, if for some reason an assembly remains in the GAC than it is used no matter
21 what.
24 The qa test simply executes the cli_bridgetest_inprocess.exe. All console output is discarded.
25 When the test fails one should directly run that executable. Then one may see the cause
26 of the failure in the console.