bump product version to 5.0.4.1
[LibreOffice.git] / testtools / qa / cli / readme.txt
blobd0a55beae98bf7be23bfb8367d4f2b2a8c0d6779
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 assebly 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 decarded.
25 When the test fails one should directly run that executable. Then one may see the cause 
26 of the failure in the console.