Commit Graph

931 Commits

Author SHA1 Message Date
59d8fd7e47 Level 6 regression testing completed 2018-10-17 16:56:06 -05:00
8d848eaa39 select the first unfinished puzzle on the level if one is available 2018-10-17 16:23:13 -05:00
b74f9932bb Fix bug with replays and VLANs 2018-10-17 15:23:30 -05:00
811339b176 Network timeout during replay 2018-10-17 14:56:28 -05:00
17b127d69d Fix a bug where resetting a switch did not reset the vlans on the switch 2018-10-17 14:38:42 -05:00
f2c2f9bb96 Level 5 replays 2018-10-16 12:52:01 -05:00
b6d2eb0a60 Some of level 5 2018-10-12 17:38:36 -05:00
48bf63b967 Replays for level 4 2018-10-11 15:08:17 -05:00
b623ebd9ec Fix some duplication when things added. 2018-10-11 14:44:18 -05:00
d0fcba7854 Level 3 replays 2018-10-11 11:24:26 -05:00
27a29ff44f Some older replays which were skipped 2018-10-10 16:15:45 -05:00
258bff6ce7 Finish level2 replays. 2018-10-10 16:11:55 -05:00
cf83771a7d More regression testing for puzzles 2018-10-08 11:54:16 -05:00
2ca9ddce19 Fix reporting bug when doing replay 2018-10-08 11:52:53 -05:00
de5acab132 Make reload work for all puzzles. We want to use that when making replays. It is nice to reload it once we know the solution so we can save a clean replay. 2018-10-05 13:58:54 -05:00
bee42488d2 Refresh the form after one test to show passed / failed 2018-10-05 13:28:49 -05:00
92246a3dac Add file -> forget replay statuses. So we can reset our replays. 2018-10-05 13:24:47 -05:00
d838fe1987 Add a clear replay status function 2018-10-05 13:06:53 -05:00
aa78fa5aca centralize passed/failed tracking 2018-10-05 13:00:04 -05:00
eec743d9c6 Update puzzles passed / failed 2018-10-05 12:53:38 -05:00
00d78684a2 Load puzzles passed/failed 2018-10-05 12:48:27 -05:00
c25e3fd666 make sure UserActions are not serialized 2018-10-05 12:47:18 -05:00
47790c1de1 Add PuzzlesPassed and PuzzlesFailed to settings. 2018-10-05 12:43:57 -05:00
3865794d81 Only allow regression testing if we are not a student. 2018-10-05 11:04:19 -05:00
4c25bf4721 Turning off debugging 2018-10-05 10:52:30 -05:00
0cdb4855ad Update the actiondebug. 2018-10-05 10:51:22 -05:00
b4e828162a refresh the form instead of doing full do-events. Much, much quicker that way. 2018-10-05 10:45:30 -05:00
fbfc1e148b Skip visual ticks when in the middle of invisible network testing. 2018-10-05 10:24:10 -05:00
c4c58b59bd Mark the puzzle as being complete. If we need to track it, we want to do that as well. This had been a bit of a bug; it only marked it as done if it had never been done previously. So, if you were trying to replay something, it would only be completed if you had never done it. Lots of puzzles were failing their replay. 2018-10-05 10:07:23 -05:00
87e483c43e Initial debugging of test completion process 2018-10-05 08:48:46 -05:00
a81392ca75 initial debugging of action code 2018-10-05 08:43:07 -05:00
9c9826ef85 the old replay for Frozen! was wrong. Replaced it. 2018-10-03 16:45:17 -05:00
30a357cc19 hide the label that shows up on regression testing 2018-10-01 15:32:17 -05:00
78c4af5b8d Change colors of window so we know we are doing testing. 2018-10-01 15:29:30 -05:00
481ddc0121 fix the selection jumping bug 2018-10-01 15:10:51 -05:00
b7f7a6b9ae speed up level1_practice5. That is a slow one to replay. 2018-10-01 08:52:41 -05:00
936827e81a More replays (finidhing level1) 2018-10-01 07:20:05 -05:00
9be5e0b770 Adding more replays 2018-09-28 16:53:05 -05:00
da3905560c Update the form after we do testing, so we see the results 2018-09-28 13:55:11 -05:00
cedb54abff remove the X at the top of the regression testing window. It gives us problems 2018-09-28 13:54:22 -05:00
67dcbd82fb start with "untested" selected when opening regression testing window 2018-09-28 13:51:59 -05:00
65f14420f7 Fix puzzle selection issue 2018-09-28 13:50:33 -05:00
49b2f63698 reporting when things done 2018-09-28 13:37:59 -05:00
3531a119a0 Add a few more replays 2018-09-28 09:35:09 -05:00
7bf1b99e03 Open network if it does not have a replay yet. 2018-09-28 09:32:32 -05:00
25cc1f720a Get testall working. Yay! 2018-09-28 08:20:48 -05:00
03c9f3404a Make a test-all button 2018-09-28 08:07:54 -05:00
c10db3a8bb Add untested checkmark 2018-09-27 14:48:53 -05:00
dda5448e59 Mark failed with an X 2018-09-27 14:43:32 -05:00
6d3db35cfc Move Working on getting the listboxwindow not to disappear when we do regression testing 2018-09-27 14:41:10 -05:00