From 2312f396dc87df2317b0ac148e763873bf685c5c Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Fri, 8 Jan 2016 16:06:21 -0700 Subject: [PATCH] major test clean up --- tests/test.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/tests/test.md b/tests/test.md index 9cc69c3..0b0cf00 100644 --- a/tests/test.md +++ b/tests/test.md @@ -1,17 +1,19 @@ ## Automated Tests - | Test | Command | Input | Machine | Load | Compare | Offset | Timeout | |:----:|--------------------------|-----------------|---------|---------------|-------------|:------:|:-------:| | 1 | ../c2t-96h | zork.dsk | iie | LOAD | dskiie.tiff | 0 | 25 | -| 2 | wine ../c2t-96h.exe | zork.dsk | iie | LOAD | dskiie.tiff | 0 | 25 | -| 3 | ../c2t-96h | dd.po | iie | LOAD | dskiie.tiff | 0 | 25 | -| 4 | wine ../c2t-96h.exe | dd.po | iie | LOAD | dskiie.tiff | 0 | 25 | -| 5 | ../c2t-96h | zork.dsk | iip | LOAD | dskiip.tiff | 0 | 25 | -| 6 | wine ../c2t-96h.exe | zork.dsk | iip | LOAD | dskiip.tiff | 0 | 25 | -| 7 | ../c2t-96h | dd.po | iip | LOAD | dskiip.tiff | 0 | 25 | -| 8 | wine ../c2t-96h.exe | dd.po | iip | LOAD | dskiip.tiff | 0 | 25 | -| 9 | ../c2t-96h -2bf | moon.patrol,801 | iie | LOAD | mpiie.tiff | 0 | 25 | -| 10 | wine ../c2t-96h.exe -2bf | moon.patrol,801 | iie | LOAD | mpiie.tiff | 0 | 25 | -| 11 | ../c2t-96h -2af | moon.patrol,801 | ii | 800.A00R 800G | mpii.tiff | 0 | 25 | -| 12 | wine ../c2t-96h.exe -2af | moon.patrol,801 | ii | 800.A00R 800G | mpii.tiff | 0 | 25 | +| 2 | ../c2t-96h | dd.po | iie | LOAD | dskiie.tiff | 0 | 25 | +| 3 | ../c2t-96h | zork.dsk | iip | LOAD | dskiip.tiff | 0 | 25 | +| 4 | ../c2t-96h | dd.po | iip | LOAD | dskiip.tiff | 0 | 25 | +| 5 | ../c2t-96h -2bf | moon.patrol,801 | iie | LOAD | mpiie.tiff | 0 | 25 | +| 6 | ../c2t-96h -2bf | moon.patrol,801 | iip | LOAD | mpiie.tiff | 0 | 25 | +| 7 | ../c2t-96h -2af | moon.patrol,801 | ii | 800.A00R 800G | mpii.tiff | 0 | 25 | +| 8 | wine ../c2t-96h.exe | zork.dsk | iie | LOAD | dskiie.tiff | 0 | 25 | +| 9 | wine ../c2t-96h.exe | dd.po | iie | LOAD | dskiie.tiff | 0 | 25 | +| 10 | wine ../c2t-96h.exe | zork.dsk | iip | LOAD | dskiip.tiff | 0 | 25 | +| 11 | wine ../c2t-96h.exe | dd.po | iip | LOAD | dskiip.tiff | 0 | 25 | +| 12 | wine ../c2t-96h.exe -2bf | moon.patrol,801 | iie | LOAD | mpiie.tiff | 0 | 25 | +| 13 | wine ../c2t-96h.exe -2af | moon.patrol,801 | ii | 800.A00R 800G | mpii.tiff | 0 | 25 | + +### Future Edit Instructions Here