Enhance directory to not mindlessly prepend ./ to cwd files. This also fixes a depth...
[xhtml-compiler.git] / smoketest.txt
blob5256a9a3355e925381bc6c263b3914f083f37934
1 Smoketest Procedures
3 1. Delete index.html, load page in browser. Expect: Fully formed page
4 2. Run `php update.php clean`. Expect: All html pages gone
5 3. Run `php update.php normal`. Expect: No updates
6 4. Run `php update.php all`. Expect: All html pages generated
7 5. Touch index.xhtml source file, run `php update.php normal`. Expect:
8    index.html updated
10 Todo:
11 * Smoketests for htaccess functionality