Changeset 832
- Timestamp:
- 08/10/06 16:02:47 (2 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
-
MANIFEST (modified) (1 diff)
-
t/71_missing_metadata.t (modified) (1 diff)
-
t/73_toggle_moderation.t (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MANIFEST
r829 r832 105 105 t/70_admin_home.t 106 106 t/71_missing_metadata.t 107 t/73_toggle_moderation.t 107 108 t/templates/15_test.tt 108 109 wiki.cgi -
trunk/t/71_missing_metadata.t
r824 r832 9 9 10 10 SKIP: { 11 skip "DBD::SQLite not installed - no database to test with", 1711 skip "DBD::SQLite not installed - no database to test with", 26 12 12 unless $have_sqlite; 13 13
