commit | 71e07f373fa25bf9dfa818644d252833c40f54e9 | [log] [tgz] |
---|---|---|
author | Stephan Herrmann <stephan@cs.tu-berlin.de> | Sat Sep 11 23:38:53 2010 +0000 |
committer | Stephan Herrmann <stephan@cs.tu-berlin.de> | Sat Sep 11 23:38:53 2010 +0000 |
tree | 510f80bed1323b4644b6dbbc929dc1f1fd355aa6 | |
parent | 113f9e278854f208c9584c1a4f613e4fb1be9aad [diff] |
Fixed a major deficiency of this test suite that had gone unnoticed for 5 years: * the internal/external role variants shared the same TestSettings, thus only only one of the test projects was ever used. * since qualified type names were the same across test suites, the JavaModelCache made those suite share the same types New class RetargetableFileBasedModelTest provides solutions to both issues. Also: first round of fixing those tests that never ran as intended.