Changeset 19493 for trunk/Nebulous-Server/t/03_server_create_object.t
- Timestamp:
- Sep 11, 2008, 12:35:52 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/t/03_server_create_object.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/t/03_server_create_object.t
r19470 r19493 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 03_server_create_object.t,v 1. 29 2008-09-10 23:53:23 billsExp $5 # $Id: 03_server_create_object.t,v 1.30 2008-09-11 22:35:52 jhoblitt Exp $ 6 6 7 7 use strict; … … 353 353 354 354 eval { 355 $neb->create_object("foo", '~node0 3');356 }; 357 like($@, qr/node0 3is not available/, "request volume this is full");358 359 Test::Nebulous->setup; 360 361 eval { 362 $neb->create_object("neb://~node0 3/foo");363 }; 364 like($@, qr/node0 3is not available/, "request volume this is full");355 $neb->create_object("foo", '~node07'); 356 }; 357 like($@, qr/node07 is not available/, "request volume this is full"); 358 359 Test::Nebulous->setup; 360 361 eval { 362 $neb->create_object("neb://~node07/foo"); 363 }; 364 like($@, qr/node07 is not available/, "request volume this is full"); 365 365 366 366 Test::Nebulous->setup;
Note:
See TracChangeset
for help on using the changeset viewer.
