Skip to content

Commit 1d3505d

Browse files
author
Disakek
committed
change naming of a test to match others
1 parent 41c41ad commit 1d3505d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/test/java/org/abs_models/frontend/typesystem/SecrecyTypeTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ public void toyVoting_flow_sensitive() throws Exception {
233233
}
234234

235235
@Test
236-
public void interLoopLeak() throws Exception {
237-
String fileName = "abssamples/SecrecyTypeTests/failingtests/InterLoopLeakExampleAnnotated.abs";
236+
public void whileInterLoopLeak() throws Exception {
237+
String fileName = "abssamples/SecrecyTypeTests/failingtests/WhileInterLoopLeak.abs";
238238
Model m = assertParseFileOk(fileName);
239239

240240
assertEquals(loadExpectedErrors(fileName.replace(".abs", ".txt")), getLinesAndErrors(m.getTypeErrors()));

frontend/src/test/resources/abssamples/SecrecyTypeTests/failingtests/InterLoopLeakExampleAnnotated.abs renamed to frontend/src/test/resources/abssamples/SecrecyTypeTests/failingtests/WhileInterLoopLeak.abs

File renamed without changes.

frontend/src/test/resources/abssamples/SecrecyTypeTests/failingtests/InterLoopLeakExampleAnnotated.txt renamed to frontend/src/test/resources/abssamples/SecrecyTypeTests/failingtests/WhileInterLoopLeak.txt

File renamed without changes.

0 commit comments

Comments
 (0)