Fixed opening of some drivers.
[wine.git] / libtest / vartest.readme
blob5d1c49520e83f0f41bfe42f8f972bf81f5b21a66
1 The purpose of this program is validate the implementation 
2 of the APIs related to VARIANTs. The validation is done
3 by comparing the results given by the Windows implementation
4 versus the Wine implementation.
6 This program tests the creation/coercion/destruction of VARIANTs.
8 This program was built in both Windows and Wine and the purpose
9 of this program is to compare the output produced in both 
10 environments. To facilitate that, the log of the output created 
11 by the windows version of this program was added to CVS.
13 If you modify this program, it might be wise to rebuild it in
14 Windows, regenerate that output file and resubmit it to CVS.
16 The output of the programs differ slightly from the one generated
17 in Windows but most of the differences are caused by differences 
18 in the way that printf interprets some escape sequences and the way
19 floating point numbers are printed. See the notes in vartest.c for
20 more information.