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
Commits
188df09d
Commit
188df09d
authored
4 years ago
by
maysam zoor
Browse files
Options
Downloads
Patches
Plain Diff
update test
parent
6aca744e
No related branches found
No related tags found
4 merge requests
!385
Remarks update
,
!384
Remarks update
,
!382
Remarks update
,
!381
Remarks update
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ttool/src/test/java/ui/GraphLatencyTainting/GraphLatencyAnalysisTainting.java
+3
-3
3 additions, 3 deletions
...ui/GraphLatencyTainting/GraphLatencyAnalysisTainting.java
with
3 additions
and
3 deletions
ttool/src/test/java/ui/GraphLatencyTainting/GraphLatencyAnalysisTainting.java
+
3
−
3
View file @
188df09d
...
...
@@ -21,8 +21,9 @@ import ui.simulationtraceanalysis.latencyDetailedAnalysisMain;
public
class
GraphLatencyAnalysisTainting
extends
AbstractUITest
{
private
static
final
String
INPUT_PATH
=
"/ui/graphLatencyAnalysis/input"
;
//
private static final String INPUT_PATH = "/ui/graphLatencyAnalysis/input";
private
static
final
String
INPUT_PATH
=
"/ui/graphLatencyAnalysis/input"
;
private
static
final
String
simulationTracePath
=
INPUT_PATH
+
"/tainting.xml"
;
private
static
final
String
modelPath
=
INPUT_PATH
+
"/GraphLatencyAnalysisTainting.xml"
;
...
...
@@ -46,7 +47,6 @@ public class GraphLatencyAnalysisTainting extends AbstractUITest {
public
void
GraphLatencyAnalysis
()
throws
InterruptedException
{
mainGUI
.
openProjectFromFile
(
new
File
(
getBaseResourcesDir
()
+
modelPath
));
// mainGUI.openProjectFromFile(new File( modelPath));
final
TMLArchiPanel
panel
=
findArchiPanel
(
mappingDiagName
);
...
...
@@ -129,7 +129,7 @@ public class GraphLatencyAnalysisTainting extends AbstractUITest {
assertTrue
(
detailedLatency
.
length
==
12
);
detailedLatency
=
dgt
.
getTaskHWByRowDetails
(
0
);
assertTrue
(
detailedLatency
.
length
==
6
);
assertTrue
(
detailedLatency
.
length
==
3
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment