Changeset 24440 for trunk/Nebulous/t/62_client_delete_instance.t
- Timestamp:
- Jun 16, 2009, 2:33:25 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/t/62_client_delete_instance.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/62_client_delete_instance.t
r23934 r24440 10 10 use Apache::Test qw( -withtestmore ); 11 11 12 plan tests => 1 1;12 plan tests => 10; 13 13 14 14 use lib qw( ./t ./lib ); … … 35 35 36 36 is( $uri, @$locations[0], "delete instance" ); 37 38 ok( ! -e _get_file_path( @$locations[0] ), "deleted file" );39 37 } 40 38
Note:
See TracChangeset
for help on using the changeset viewer.
