- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Nebulous (modified) (1 prop)
-
Nebulous/t (modified) (1 prop)
-
Nebulous/t/conf/startup.pl.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/Nebulous
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/pap/Nebulous merged eligible /trunk/Nebulous merged eligible /branches/eam_branches/eam_branch_20090303/Nebulous 23158-23228 /branches/jhoblitt/Nebulous 2785-12604 /branches/pap_magic/Nebulous 24120-24173
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/Nebulous/t
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/neb_distrib_20081210/Nebulous/t merged eligible /branches/pap/Nebulous/t merged eligible /trunk/Nebulous/t merged eligible /branches/eam_branches/eam_branch_20090303/Nebulous/t 23158-23228 /branches/jhoblitt/Nebulous/t 2785-12604 /branches/pap_magic/Nebulous/t 24120-24173
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/Nebulous/t/conf/startup.pl.in
r16281 r24244 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.
