Changeset 321 for wiki-toolkit/trunk/t/303_feed_atom_node_all_versions.t
- Timestamp:
- 06/06/06 11:13:39 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/t/303_feed_atom_node_all_versions.t
r310 r321 4 4 use URI::Escape; 5 5 6 # Note - update the count in the skip block to match the number here 7 # we would put the number in a variable, but that doesn't seem to work 6 8 use Test::More tests => 7 9 (3 + 14 * $Wiki::Toolkit::TestConfig::Utilities::num_stores); … … 22 24 while ( ($store_name, $store) = each %stores ) { 23 25 SKIP: { 24 skip "$store_name storage backend not configured for testing", 1 126 skip "$store_name storage backend not configured for testing", 14 25 27 unless $store; 26 28
