Hey All,
I've got gitclipse auto-associating with projects that contain the meta
file ".git/config". I created a test case that creates a new project, adds
meta-info to it, refreshes, and asserts we are associated to it.
In the process I introduced an abstract test case that can be used to
manage project creation and deletion within tests. This way our
programmatically created projects are created and deleted as to not leave
remnants in the workspace between tests. This is in core.tests.
--
Patrick
|