Changeset 23860
- Timestamp:
- Apr 14, 2009, 2:32:17 PM (17 years ago)
- Location:
- branches/neb_distrib_20081210/Nebulous
- Files:
-
- 2 edited
-
lib/Nebulous/Client.pm (modified) (1 diff)
-
t/conf/startup.pl.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/neb_distrib_20081210/Nebulous/lib/Nebulous/Client.pm
r23536 r23860 615 615 return; 616 616 } 617 if ($response->faultstring =~ /does not match any key or directory/) { 618 $log->debug( "leaving" ); 619 return; 620 } 617 621 618 622 $log->logdie("unhandled fault - ", $self->err); -
branches/neb_distrib_20081210/Nebulous/t/conf/startup.pl.in
r16281 r23860 12 12 use Test::Nebulous; 13 13 14 #$Apache::DBI::DEBUG = 1; 14 15 Apache::DBI->connect_on_init( $NEB_DB, $NEB_USER, $NEB_PASS ); 15 Nebulous::Server::SOAP->new_on_init( 16 Apache::DBI->setPingTimeOut($NEB_DB, 10); 17 18 my $config = Nebulous::Server::Config->new( 19 trace => 'all', 20 ); 21 $config->add_db( 22 dbindex => 0, 16 23 dsn => $NEB_DB, 17 24 dbuser => $NEB_USER, 18 25 dbpasswd => $NEB_PASS, 19 log_level => 'all',20 26 ); 27 #$config->add_db( 28 # dbindex => 1, 29 # dsn => 'DBI:mysql:database=nebulous1:host=localhost', 30 # dbuser => $dbuser, 31 # dbpasswd => $dbpasswd, 32 #); 33 34 Nebulous::Server::SOAP->new_on_init($config); 21 35 22 36 1;
Note:
See TracChangeset
for help on using the changeset viewer.
