Changeset 5491
- Timestamp:
- Nov 8, 2005, 3:33:09 PM (21 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/t/03_server_create_object.t (modified) (2 diffs)
-
Nebulous/t/03_server_create_object.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/t/03_server_create_object.t
r5490 r5491 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 03_server_create_object.t,v 1. 6 2005-11-09 01:31:07jhoblitt Exp $5 # $Id: 03_server_create_object.t,v 1.7 2005-11-09 01:33:09 jhoblitt Exp $ 6 6 7 7 use strict; … … 85 85 $neb->create_object( "foo", 99 ); 86 86 }; 87 like( $@, qr/Invalid class/, "class doesn't exist s" );87 like( $@, qr/Invalid class/, "class doesn't exist" ); 88 88 89 89 Test::Nebulous->setup; -
trunk/Nebulous/t/03_server_create_object.t
r5490 r5491 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 03_server_create_object.t,v 1. 6 2005-11-09 01:31:07jhoblitt Exp $5 # $Id: 03_server_create_object.t,v 1.7 2005-11-09 01:33:09 jhoblitt Exp $ 6 6 7 7 use strict; … … 85 85 $neb->create_object( "foo", 99 ); 86 86 }; 87 like( $@, qr/Invalid class/, "class doesn't exist s" );87 like( $@, qr/Invalid class/, "class doesn't exist" ); 88 88 89 89 Test::Nebulous->setup;
Note:
See TracChangeset
for help on using the changeset viewer.
