Skip to content

Commit

Permalink
fix: Added the struct back to the manual ads test.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz authored and ottlukas committed Apr 25, 2024
1 parent 3589478 commit d4c2066
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static void main(String[] args) throws Exception {
children.put("hurz_DATE", new PlcDATE(LocalDate.parse("1978-03-28")));
children.put("hurz_TIME_OF_DAY", new PlcTIME_OF_DAY(LocalTime.parse("15:36:30.123")));
children.put("hurz_DATE_AND_TIME", new PlcDATE_AND_TIME(LocalDateTime.parse("1996-05-06T15:36:30")));
//test.addTestCase("MAIN.hurz_Struct", new PlcStruct(children));
test.addTestCase("MAIN.hurz_Struct", new PlcStruct(children));
test.run();
}

Expand Down

0 comments on commit d4c2066

Please sign in to comment.