Changeset 34756
- Timestamp:
- 08/05/09 06:02:32 (4 years ago)
- Files:
-
- 1 modified
-
lang/perl/Test-mysqld/trunk/t/02-multi.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Test-mysqld/trunk/t/02-multi.t
r34755 r34756 6 6 use Test::mysqld; 7 7 8 do { 9 my $mysqld = Test::mysqld->new( 10 my_cnf => { 11 'skip-networking' => '', 12 }, 13 ) or plan skip_all => $Test::mysqld::errstr; 14 }; 8 Test::mysqld->new( 9 my_cnf => { 10 'skip-networking' => '', 11 }, 12 ) or plan skip_all => $Test::mysqld::errstr; 15 13 16 14 plan tests => 3;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)