Skip to content
Snippets Groups Projects

Plan test

Merged Maysam Zoor requested to merge planTest into master
1 file
+ 5
3
Compare changes
  • Side-by-side
  • Inline
@@ -78,9 +78,11 @@ public class CompareLatencyInSimulationTracesTest extends AbstractUITest {
} catch (XPathExpressionException | ParserConfigurationException | SAXException | IOException e) {
e.printStackTrace();
}
LatencyDetailedAnalysisMain.getTc().run();
LatencyDetailedAnalysisMain.getTc().getT().join();
if (cld.getDgraph().getGraphsize() > 0) {
dgraph1 = new DependencyGraphTranslator(LatencyDetailedAnalysisMain.getMap1());
dgraph1.DrawDirectedGraph();
if (dgraph1.getGraphsize() > 0) {
dgraph1 = cld.getDgraph();
checkedTransactionsFile1 = LatencyDetailedAnalysisMain.getCheckedTransactionsFile();
checkedT1 = LatencyDetailedAnalysisMain.getCheckedT1();
Loading