IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5491


Ignore:
Timestamp:
Nov 8, 2005, 3:33:09 PM (21 years ago)
Author:
jhoblitt
Message:

fix typo

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/03_server_create_object.t

    r5490 r5491  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 03_server_create_object.t,v 1.6 2005-11-09 01:31:07 jhoblitt Exp $
     5# $Id: 03_server_create_object.t,v 1.7 2005-11-09 01:33:09 jhoblitt Exp $
    66
    77use strict;
     
    8585    $neb->create_object( "foo", 99 );
    8686};
    87 like( $@, qr/Invalid class/, "class doesn't exists" );
     87like( $@, qr/Invalid class/, "class doesn't exist" );
    8888
    8989Test::Nebulous->setup;
  • trunk/Nebulous/t/03_server_create_object.t

    r5490 r5491  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 03_server_create_object.t,v 1.6 2005-11-09 01:31:07 jhoblitt Exp $
     5# $Id: 03_server_create_object.t,v 1.7 2005-11-09 01:33:09 jhoblitt Exp $
    66
    77use strict;
     
    8585    $neb->create_object( "foo", 99 );
    8686};
    87 like( $@, qr/Invalid class/, "class doesn't exists" );
     87like( $@, qr/Invalid class/, "class doesn't exist" );
    8888
    8989Test::Nebulous->setup;
Note: See TracChangeset for help on using the changeset viewer.