mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
- Hack away a whole load of msi tests, because Cm sucks
svn path=/trunk/; revision=38250
This commit is contained in:
parent
2d59827e7e
commit
504c9127d3
3 changed files with 34 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -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();
|
||||
|
|
28
rostests/winetests/msi/roshack.diff
Normal file
28
rostests/winetests/msi/roshack.diff
Normal 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();
|
Loading…
Add table
Add a link
Reference in a new issue