Fix some lib/ tests.

This commit is contained in:
Daniel Nichter
2011-11-02 10:20:07 -06:00
parent 2e72da5717
commit c45676abf1
4 changed files with 26 additions and 36 deletions

View File

@@ -73,7 +73,6 @@ SKIP: {
p => 'msandbox',
t => undef,
u => 'msandbox',
n => 'h=127.0.0.1,P=12346',
server_id => 12346,
master_id => 12345,
source => 'hosts',
@@ -179,7 +178,6 @@ is_deeply(
D => undef,
A => undef,
t => undef,
n => 'h=127.0.0.1,P=2900',
},
'Got master DSN',
);
@@ -563,7 +561,6 @@ is_deeply(
p => 'msandbox',
t => undef,
u => 'msandbox',
n => 'h=127.1,P=12346',
},
'get_slaves() from DSN table'
);