Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.2.1, 1.2.2, 1.2.3, 1.3, 1.3.1
-
None
Description
WorkspaceRestoreTest extends RestoreTest in order to re-use variables and setUp/tearDown code.
On the other hand, this causes all tests from RestoreTest that aren't overriden by WorkspaceRestoreTest to be run twice.
Proposal: decouple the classes, copying over the interesting parts from RestoreTest into WorkspaceRestoreTest.