Changeset 19493 for trunk/Nebulous-Server/t/07_server_find_instances.t
- Timestamp:
- Sep 11, 2008, 12:35:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/t/07_server_find_instances.t
r19471 r19493 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 07_server_find_instances.t,v 1.1 5 2008-09-10 23:54:22 billsExp $5 # $Id: 07_server_find_instances.t,v 1.16 2008-09-11 22:35:52 jhoblitt Exp $ 6 6 7 7 use strict; … … 121 121 eval { 122 122 $neb->create_object('foo'); 123 $neb->find_instances('foo', ' bar');123 $neb->find_instances('foo', '~bar'); 124 124 }; 125 like($@, qr/is valid volume name/, "storage volume does not exist");125 like($@, qr/is not a valid volume name/, "storage volume does not exist"); 126 126 127 127 Test::Nebulous->setup;
Note:
See TracChangeset
for help on using the changeset viewer.
