Commit 0b9960a1 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Make sure to run tests for MsiEvaluateCondition.

parent 2c06b800
......@@ -326,7 +326,7 @@ static void test_gettargetpath_bad(void)
MsiCloseHandle( hpkg );
}
void test_settargetpath_bad(void)
static void test_settargetpath_bad(void)
{
MSIHANDLE hpkg;
UINT r;
......@@ -349,7 +349,7 @@ void test_settargetpath_bad(void)
MsiCloseHandle( hpkg );
}
void test_condition(void)
static void test_condition(void)
{
MSICONDITION r;
MSIHANDLE hpkg;
......@@ -801,4 +801,5 @@ START_TEST(package)
test_gettargetpath_bad();
test_settargetpath_bad();
test_props();
test_condition();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment