summaryrefslogtreecommitdiff
path: root/testdata/modulecache-tests/README.txt
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-05-30 20:51:00 (GMT)
committerMarius Kintel <marius@kintel.net>2013-06-06 00:30:48 (GMT)
commit6b16a0f8916c08201353faa8cd116e22b421dc3f (patch)
tree1a7c1782142763ec406de5eff5d23f5ea6b0fc52 /testdata/modulecache-tests/README.txt
parent3bb22f9c53b0e0d21ec5845f4b5279f37edb27f3 (diff)
Related to #181, also ignore removal of the main file when auto-reloading
Conflicts: testdata/modulecache-tests/README.txt testdata/modulecache-tests/cascade2.sh
Diffstat (limited to 'testdata/modulecache-tests/README.txt')
-rw-r--r--testdata/modulecache-tests/README.txt32
1 files changed, 19 insertions, 13 deletions
diff --git a/testdata/modulecache-tests/README.txt b/testdata/modulecache-tests/README.txt
index a46e3d3..214acc5 100644
--- a/testdata/modulecache-tests/README.txt
+++ b/testdata/modulecache-tests/README.txt
@@ -26,13 +26,6 @@ o Open use-mcad.scad
o Compile (F5)
o Check that you get a rounded box
-Test4: USE Non-existing file
-------
-
-o Open usenonexsistingfile.scad
-o Compile (F5)
-o Verify that you get: WARNING: Can't open 'use' file 'nofile.scad'.
-
Test5: Overload USEd module
------
@@ -86,8 +79,11 @@ o Open includemissing.scad
o Compile (F5)
o Verify that you get: WARNING: Can't open include file 'missing.scad'.
o echo "module missing() { sphere(10); }" > missing.scad
+o Reload and Compile (F4) - verify that the sphere appeared
o rm missing.scad
-o Reload and Compile (F4) - verify that the sphere is gone
+o Reload and Compile (F4) - verify that the sphere is still there
+o echo "module missing() { sphere(20); }" > missing.scad
+o Reload and Compile (F4) - verify that the sphere increased in size
Test12: Missing include file in subpath appears
------
@@ -96,25 +92,35 @@ o Open includemissingsub.scad
o Compile (F5)
o Verify that you get: WARNING: Can't open include file 'subdir/missingsub.scad'.
o echo "module missingsub() { sphere(10); }" > subdir/missingsub.scad
+o Reload and Compile (F4) - verify that the sphere appeared
o rm subdir/missingsub.scad
-o Reload and Compile (F4) - verify that the sphere is gone
+o Reload and Compile (F4) - verify that the sphere is still there
+o echo "module missingsub() { sphere(20); }" > subdir/missingsub.scad
+o Reload and Compile (F4) - verify that the sphere increased in size
Test13: Missing library file appears
-------
o rm missing.scad
o Open usemissing.scad
o Compile (F5)
-o Verify that you get: WARNING: Can't open 'use' file 'missing.scad'.
+o Verify that you get: WARNING: Can't open library file 'missing.scad'.
o echo "module missing() { sphere(10); }" > missing.scad
+o Reload and Compile (F4) - verify that the sphere appeared
o rm missing.scad
-o Compile (F5) - verify that the sphere is gone
+o Reload and Compile (F4) - verify that the sphere is still there
+o echo "module missing() { sphere(20); }" > missing.scad
+o Reload and Compile (F4) - verify that the sphere increased in size
Test14: Automatic reload of cascading changes
-------
-o rm cascade-*.scad
+o ./cascade.sh
o Open cascadetest.scad
o Turn on Automatic Reload and Compile
o Verify that the 4 objects render correctly
-o ./cascade.sh
+o rm cascadetest.scad
+o Verify that no rerendering was triggered (the 4 objects are still there)
+o rm cascade*.scad
+o Verify that no rerendering was triggered (the 4 objects are still there)
+o ./cascade2.sh
o Verify that everything reloads at once without flickering
contact: Jan Huwald // Impressum