Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3.0
-
None
-
None
Description
PackageTestCommon.checkRemoval() fails because there's no property on the class named "golden". However, there is such a property on TestPacakgesBasics, which inherits from PackageTestCommon, and checkRemoval() is, so far as I can tell, only called in one class, which itself extends TestPackagesBasics. So it makes sense, as I see it, to move checkRemoval() to TestPackagesBasics.