tests fixed

This commit is contained in:
Honfika
2013-11-07 23:05:15 +01:00
parent 43ab7dbc55
commit 50df6db4f8
9 changed files with 35 additions and 14 deletions
@@ -96,7 +96,7 @@ public class Graph {
}
} catch (InterruptedException ex) {
throw ex;
} catch (Error ex) {
} catch (Exception | Error ex) {
String s = ex.toString();
//ignore
}