CodingSpectator icon indicating copy to clipboard operation
CodingSpectator copied to clipboard

Tests fail to verify refactoring logs in .workspace

Open reprogrammer opened this issue 14 years ago • 0 comments

Most of the refactorings get logged under a folder whose name is the same as that of the project on which the refactoring has been performed. But, a few refactoring such as "rename project" are not stored in a project specific path. Instead, they are stored under the ".workspace" folder.

Our automated tests cannot verify the refactorings stored in the ".workspace" folder. As a result, tests rename.T06 and rename.T16 fail.

reprogrammer avatar Mar 24 '11 15:03 reprogrammer