Changeset 321
- Timestamp:
- 06/06/06 11:13:39 (6 years ago)
- Location:
- wiki-toolkit/trunk/t
- Files:
-
- 4 modified
-
297_feed_rss_recentchanges.t (modified) (2 diffs)
-
298_feed_rss_node_all_versions.t (modified) (2 diffs)
-
302_feed_atom_recentchanges.t (modified) (2 diffs)
-
303_feed_atom_node_all_versions.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/t/297_feed_rss_recentchanges.t
r312 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 + 18 * $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 726 skip "$store_name storage backend not configured for testing", 18 25 27 unless $store; 26 28 -
wiki-toolkit/trunk/t/298_feed_rss_node_all_versions.t
r316 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 726 skip "$store_name storage backend not configured for testing", 14 25 27 unless $store; 26 28 -
wiki-toolkit/trunk/t/302_feed_atom_recentchanges.t
r312 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 + 12 * $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", 12 25 27 unless $store; 26 28 -
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
