Changeset 19471
- Timestamp:
- Sep 10, 2008, 1:54:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/t/07_server_find_instances.t
r18451 r19471 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 07_server_find_instances.t,v 1.1 4 2008-07-09 23:32:35 jhoblittExp $5 # $Id: 07_server_find_instances.t,v 1.15 2008-09-10 23:54:22 bills Exp $ 6 6 7 7 use strict; … … 103 103 eval { 104 104 # key, volume 105 my $uri = $neb->create_object('foo', ' node01');105 my $uri = $neb->create_object('foo', '~node01'); 106 106 107 my $locations = $neb->find_instances('foo', ' node02');107 my $locations = $neb->find_instances('foo', '~node02'); 108 108 }; 109 109 like($@, qr/no instances on storage volume/, 'instances on a different volume');
Note:
See TracChangeset
for help on using the changeset viewer.
