Changeset 25027 for branches/pap/Nebulous-Server/t/02_config.t
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
Nebulous-Server (modified) (1 prop)
-
Nebulous-Server/t/02_config.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Nebulous-Server
- Property svn:mergeinfo changed
-
branches/pap/Nebulous-Server/t/02_config.t
r23932 r25027 8 8 use warnings; 9 9 10 use Test::More tests => 2 1;10 use Test::More tests => 22; 11 11 12 12 use lib qw( ./t ./lib ); … … 109 109 is($config_db1->dbpasswd, "boo2", "dbpasswd"); 110 110 } 111 112 # memcached_servers 113 { 114 my $config = Nebulous::Server::Config->new( 115 memcached_servers => ['127.0.0.1:11211'], 116 ); 117 118 is_deeply($config->memcached_servers, ['127.0.0.1:11211'], "memcached_servers"); 119 }
Note:
See TracChangeset
for help on using the changeset viewer.
