Re: MSI: test creating a package
Hi, On Tue, Sep 06, 2005 at 03:21:55PM +0900, Mike McCormack wrote:
ChangeLog: <aric(a)codeweavers.com> <mike(a)codeweavers.com> * test creating a package
+ res = MsiCloseHandle( suminfo); + ok( res == ERROR_SUCCESS , "Failed to close suminfo" ); + + + res = MsiCloseHandle( hPackage); + ok( res == ERROR_SUCCESS , "Failed to close package" ); +} Hmm, something seems to be missing here... Andreas
Andreas Mohr wrote:
Hmm, something seems to be missing here...
The purpose of the test is only to prove that we can make a package. I have other tests that I will submit later that build on create_package_db and package_from_db, but this test does something useful as it is. Mike
Hi, On Tue, Sep 06, 2005 at 05:28:06PM +0900, Mike McCormack wrote:
Andreas Mohr wrote:
Hmm, something seems to be missing here...
The purpose of the test is only to prove that we can make a package. I have other tests that I will submit later that build on create_package_db and package_from_db, but this test does something useful as it is.
Sorry, I should have explicitly pointed out that it's the linefeeds that are missing. -- No programming skills!? Why not help translate many Linux applications! https://launchpad.ubuntu.com/rosetta
participants (2)
-
Andreas Mohr -
Mike McCormack