From: Daniel Martin dm@xbostechnology.com
--- dlls/activeds/tests/activeds.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/activeds/tests/activeds.c b/dlls/activeds/tests/activeds.c index f84747b947b..5b78f36e89f 100644 --- a/dlls/activeds/tests/activeds.c +++ b/dlls/activeds/tests/activeds.c @@ -214,6 +214,7 @@ START_TEST(activeds)
test_Pathname(); test_ADsBuildVarArrayStr(); + test_ADsBuildVarArrayInt();
CoUninitialize(); }