Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Merge requests
!406
Plan test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Plan test
planTest
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Maysam Zoor
requested to merge
planTest
into
master
4 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0b0c49b5
Prev
Next
Show latest version
1 file
+
0
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0b0c49b5
remove spaces
· 0b0c49b5
maysam zoor
authored
4 years ago
ttool/src/test/java/ui/graphlatencyanalysis/CompareLatencyInSimulationTracesTest.java
+
0
−
3
Options
@@ -78,12 +78,9 @@ public class CompareLatencyInSimulationTracesTest extends AbstractUITest {
}
catch
(
XPathExpressionException
|
ParserConfigurationException
|
SAXException
|
IOException
e
)
{
e
.
printStackTrace
();
}
dgraph1
=
new
DependencyGraphTranslator
(
LatencyDetailedAnalysisMain
.
getMap1
());
dgraph1
.
DrawDirectedGraph
();
if
(
dgraph1
.
getGraphsize
()
>
0
)
{
dgraph1
=
cld
.
getDgraph
();
checkedTransactionsFile1
=
LatencyDetailedAnalysisMain
.
getCheckedTransactionsFile
();
checkedT1
=
LatencyDetailedAnalysisMain
.
getCheckedT1
();
cld
.
setDgraph
(
null
);
Loading