Skip to content
Snippets Groups Projects
Commit 7505fe7a authored by Le Van Truong's avatar Le Van Truong
Browse files

remove redundant file

parent 49410fe7
No related branches found
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
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment