Cleanup objectManager tests so all objects created during the test are deleted

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-06-19 00:26:21 +00:00
committed by WineHQ
parent 6221e9b921
commit 051a1e5d0c
4 changed files with 68 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ define("LICENSE_RETAIL", "Retail");
/**
* Version class for handling versions.
*/
class Version {
class version {
var $iVersionId;
var $iAppId;
var $sName;