From: Patrick W. <pat...@ny...> - 2008-07-25 04:41:30
|
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 |