Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
0b9960a1
Commit
0b9960a1
authored
Mar 09, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
Mar 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Make sure to run tests for MsiEvaluateCondition.
parent
2c06b800
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
package.c
dlls/msi/tests/package.c
+3
-2
No files found.
dlls/msi/tests/package.c
View file @
0b9960a1
...
...
@@ -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
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment