Changeset 19468
- Timestamp:
- Sep 10, 2008, 1:42:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/t/56_client_find_instances.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/56_client_find_instances.t
r18454 r19468 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 56_client_find_instances.t,v 1. 3 2008-07-10 02:38:24 jhoblittExp $5 # $Id: 56_client_find_instances.t,v 1.4 2008-09-10 23:42:11 bills Exp $ 6 6 7 7 use strict; … … 112 112 $neb->create( "foo", "node01" ); 113 113 114 my $locations = $neb->find_instances( "neb://node01/foo", " node02" );114 my $locations = $neb->find_instances( "neb://node01/foo", "~node02" ); 115 115 116 116 is($locations, undef, "no instances on specified volume" );
Note:
See TracChangeset
for help on using the changeset viewer.
