IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19469


Ignore:
Timestamp:
Sep 10, 2008, 1:50:26 PM (18 years ago)
Author:
bills
Message:

make sure first instance is actually on node1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/56_client_find_instances.t

    r19468 r19469  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 56_client_find_instances.t,v 1.4 2008-09-10 23:42:11 bills Exp $
     5# $Id: 56_client_find_instances.t,v 1.5 2008-09-10 23:50:26 bills Exp $
    66
    77use strict;
     
    110110        proxy => "http://$hostport/nebulous",
    111111    );
    112     $neb->create( "foo", "node01" );
     112    $neb->create( "foo", "~node01" );
    113113
    114114    my $locations = $neb->find_instances( "neb://node01/foo", "~node02" );
Note: See TracChangeset for help on using the changeset viewer.