- Hack away a whole load of msi tests, because Cm sucks

svn path=/trunk/; revision=38250
This commit is contained in:
Stefan Ginsberg 2008-12-21 22:19:03 +00:00
parent 2d59827e7e
commit 504c9127d3
3 changed files with 34 additions and 0 deletions

View file

@ -4562,6 +4562,9 @@ START_TEST(install)
DWORD len;
char temp_path[MAX_PATH], prev_path[MAX_PATH];
skip("ROS-HACK: Skipping install tests -- Cm sucks\n");
return;
init_functionpointers();
GetCurrentDirectoryA(MAX_PATH, prev_path);

View file

@ -6903,6 +6903,9 @@ static void test_MsiGetUserInfo(void)
START_TEST(msi)
{
skip("ROS-HACK: Skipping msi tests -- Cm sucks\n");
return;
init_functionpointers();
test_usefeature();

View file

@ -0,0 +1,28 @@
Index: install.c
===================================================================
--- install.c (revision 38229)
+++ install.c (working copy)
@@ -4561,6 +4561,9 @@
{
DWORD len;
char temp_path[MAX_PATH], prev_path[MAX_PATH];
+
+ skip("ROS-HACK: Skipping install tests -- Cm sucks\n");
+ return;
init_functionpointers();
Index: msi.c
===================================================================
--- msi.c (revision 38229)
+++ msi.c (working copy)
@@ -6903,6 +6903,9 @@
START_TEST(msi)
{
+ skip("ROS-HACK: Skipping msi tests -- Cm sucks\n");
+ return;
+
init_functionpointers();
test_usefeature();