about summary refs log tree commit diff stats
path: root/Manual_tests.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-12-06 20:14:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2023-12-06 20:14:24 -0800
commit01a26cad5f0abcd9aeb010ba91d33bcdb570256f (patch)
treed6b306fba9af6bd27f89e142fa557798205ad710 /Manual_tests.md
parentfa778f95a17f5050cff52330576e51955bcb4e1d (diff)
downloadlines.love-01a26cad5f0abcd9aeb010ba91d33bcdb570256f.tar.gz
redo version checks
This is still ugly, but hopefully easier to follow.
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index 2b8df26..12d3a66 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -17,7 +17,7 @@ Initializing settings:
   - start out editing source, move window, press ctrl+e twice; window is editing source in same position+dimensions
   - no log file; switching to source works
 
-  - run with an unsupported version. Error message pops up and waits for a key. The app attempts to continue, and doesn't receive the key.
+  - run with an untested version. Error message pops up and waits for a key. The app attempts to continue, and doesn't receive the key.
   - run with a LÖVE v12 release candidate. No errors; it is a supported version. All tests pass.
 
 Code loading:
@@ -30,7 +30,8 @@ Code loading:
     - analogously, how a shape precisely looks as you draw it
 
 * start out running the text editor, press ctrl+e to edit source, make a change to the source, press ctrl+e twice to return to the source editor; the change should be preserved.
-* run with an unsupported version. Error message pops up and waits for a key. The app attempts to continue, and doesn't receive the key. Press ctrl+e to edit source. Source editor opens up without checking version.
+* run with an untested version. Error message pops up. Press a key. Text editor comes up, and doesn't receive the key. Press ctrl+e. Source editor opens up. Press ctrl+e. Text editor returns.
+* create a couple of spuriously failing tests. Run with an untested version. Error message includes message about untested version.
 
 ### Other compromises