office-gobmx/testtools/qa/cli
Rüdiger Timm 4aabbe9b74 INTEGRATION: CWS hr21 (1.2.2); FILE MERGED
2005/10/18 15:58:08 hr 1.2.2.1: #i55503#: fix license header
2005-10-19 10:42:53 +00:00
..
CLITest.java INTEGRATION: CWS hr21 (1.2.2); FILE MERGED 2005-10-19 10:42:53 +00:00
makefile.mk INTEGRATION: CWS hr21 (1.2.2); FILE MERGED 2005-10-19 10:42:53 +00:00
readme.txt INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005-09-23 10:47:55 +00:00

This test is for Windows only!

The cli test uses .NET assemblies: 
cli_types.dll, 
cli_basetypes.dll, 
cli_ure.dll, 
cli_cppuhelper.dll.


When an office is properly installed then these assemblies can be found in the 
global assebly cache (GAC), for example in c:\windows\assembly.

When the test is run then the assemblies are used from the GAC. That is 
one has to make sure that one has the respective office installed.

The test can also be run without an installed office. Then the assemblies are used 
which reside next to the executable. The testtools project copies the assemblies from
the build environment into the wntmscixx\bin folder.

However, if for some reason an assembly remains in the GAC than it is used no matter 
what.


The qa test simply executes the cli_bridgetest_inprocess.exe. All console output is decarded.
When the test fails one should directly run that executable. Then one may see the cause 
of the failure in the console.