mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Do not show tests without locations
This commit is contained in:
@@ -61,6 +61,10 @@ public class RecentTestsData {
|
||||
}
|
||||
|
||||
public void addTest(String url, TestStateInfo.Magnitude magnitude, Date runDate) {
|
||||
if (myRunner.getLocation(url) == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (myRunner.isSuite(url)) {
|
||||
mySuites.put(url, new SuiteInfo(url, magnitude, runDate));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user