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
7505fe7a
Commit
7505fe7a
authored
5 years ago
by
Le Van Truong
Browse files
Options
Downloads
Patches
Plain Diff
remove redundant file
parent
49410fe7
No related branches found
Branches containing commit
No related tags found
3 merge requests
!311
#250 Emptying simulation transactions during simulation.
,
!310
#250 Emptying simulation transactions during simulation.
,
!309
#250 Emptying simulation transactions during simulation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ttool/src/test/java/tmltranslator/RemoveAllTransactionsTests.java
+2
-2
2 additions, 2 deletions
...c/test/java/tmltranslator/RemoveAllTransactionsTests.java
with
2 additions
and
2 deletions
ttool/src/test/java/tmltranslator/RemoveAllTransactionsTests.java
+
2
−
2
View file @
7505fe7a
...
@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
...
@@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue;
public
class
RemoveAllTransactionsTests
extends
AbstractUITest
{
public
class
RemoveAllTransactionsTests
extends
AbstractUITest
{
final
String
DIR_GEN
=
"test_diplo_simulator/"
;
final
String
DIR_GEN
=
"test_diplo_simulator/"
;
final
String
[]
MODELS_PARSE_HTML
=
{
"parseFPGA_HTML"
,
"parseCPU1_HTML"
,
"parseCPU2_HTML"
};
final
String
[]
MODELS_PARSE_HTML
=
{
"parseFPGA_HTML"
};
final
String
[]
PARSE_FPGA_REMOVEALL
=
{
"<- idle 355 ->"
,
"<- idle 355 ->"
,
"<- idle 355 ->"
};
final
String
[]
PARSE_FPGA_REMOVEALL
=
{
"<- idle 355 ->"
,
"<- idle 355 ->"
,
"<- idle 355 ->"
};
private
String
SIM_DIR
;
private
String
SIM_DIR
;
@BeforeClass
@BeforeClass
...
@@ -46,7 +46,7 @@ public class RemoveAllTransactionsTests extends AbstractUITest {
...
@@ -46,7 +46,7 @@ public class RemoveAllTransactionsTests extends AbstractUITest {
}
}
@Test
@Test
public
void
testRemoveAllTransactions
()
throws
Exception
{
public
void
testRemoveAllTransactions
()
throws
Exception
{
for
(
int
i
=
0
;
i
<
1
;
i
++)
{
for
(
int
i
=
0
;
i
<
MODELS_PARSE_HTML
.
length
;
i
++)
{
String
s
=
MODELS_PARSE_HTML
[
i
];
String
s
=
MODELS_PARSE_HTML
[
i
];
SIM_DIR
=
DIR_GEN
+
s
+
"_rmat/"
;
SIM_DIR
=
DIR_GEN
+
s
+
"_rmat/"
;
System
.
out
.
println
(
"executing: checking syntax "
+
s
);
System
.
out
.
println
(
"executing: checking syntax "
+
s
);
...
...
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