xref: /aoo4110/main/testtools/qa/cli/readme.txt (revision b1cdbd2c)
1This test is for Windows only!
2
3The cli test uses .NET assemblies:
4cli_types.dll,
5cli_basetypes.dll,
6cli_ure.dll,
7cli_cppuhelper.dll.
8
9
10When an office is properly installed then these assemblies can be found in the
11global assebly cache (GAC), for example in c:\windows\assembly.
12
13When the test is run then the assemblies are used from the GAC. That is
14one has to make sure that one has the respective office installed.
15
16The test can also be run without an installed office. Then the assemblies are used
17which reside next to the executable. The testtools project copies the assemblies from
18the build environment into the wntmscixx\bin folder.
19
20However, if for some reason an assembly remains in the GAC than it is used no matter
21what.
22
23
24The qa test simply executes the cli_bridgetest_inprocess.exe. All console output is decarded.
25When the test fails one should directly run that executable. Then one may see the cause
26of the failure in the console.
27