# # ChangeLog for trunk/test/scriptbuilder in tmcsimulator-scriptbuilder # # Generated by Trac 0.12.2 # 05/05/2026 06:45:19 AM Mon, 14 Aug 2017 22:44:12 GMT bmcguffin [60] * trunk/src/scriptbuilder/gui/application.properties (modified) * trunk/test/scriptbuilder/structures/SimulationScriptTest.java (modified) Filled out test cases for SimulationScript. Mon, 14 Aug 2017 21:46:52 GMT bmcguffin [57] * trunk/src/scriptbuilder/structures/TimeSlice.java (modified) * trunk/test/scriptbuilder/structures/TimeSliceTest.java (modified) * trunk/test/scriptbuilder/structures/single_timeslice_output_expected.xml (added) Added test cases for TimeSlice class. Added a reference file containing ... Mon, 14 Aug 2017 19:35:16 GMT bmcguffin [56] * trunk/nbproject/project.properties (modified) * trunk/src/scriptbuilder/structures/ScriptIncident.java (modified) * trunk/test/scriptbuilder/structures/ScriptIncidentTest.java (modified) * trunk/test/scriptbuilder/structures/SimulationScriptTest.java (added) * trunk/test/scriptbuilder/structures/TimeSliceTest.java (added) * trunk/test/scriptbuilder/structures/XMLFormatIntegrationTest.java (added) * trunk/test/scriptbuilder/structures/script.dtd (added) * trunk/test/scriptbuilder/structures/single_incident_output_expected.xml (added) * trunk/test/scriptbuilder/structures/test_input_file.xml (added) * trunk/test/scriptbuilder/structures/test_output_file.xml (added) Added test files and began filling them out. Added an integration test ... Wed, 26 Jul 2017 21:47:38 GMT bmcguffin [13] * trunk/test/scriptbuilder (added) * trunk/test/scriptbuilder/structures (added) * trunk/test/scriptbuilder/structures/ScriptIncidentTest.java (added) Added a JUnit 3 test file for ScriptIncident.