Revert "maybe I'm doing the wrong thing by adding use lines for test modules"
Wow. Even with the "fix" in, it runs correctly once, and then starts vomiting
with a similar error again as before the fix. it'll fail 20 times in a
row, then pass 20 times in a row. there's some haunted house level
shit going wrong here.
This reverts commit b121a061d8.
This commit is contained in:
@@ -5,9 +5,6 @@ use File::Spec;
|
|||||||
use File::Path;
|
use File::Path;
|
||||||
use diagnostics;
|
use diagnostics;
|
||||||
|
|
||||||
use lib "t/SOAP/WSDL/Generator/Template/XSD/testlib";
|
|
||||||
use MyTypes::TMessage;
|
|
||||||
|
|
||||||
my $path = File::Spec->rel2abs( dirname __FILE__ );
|
my $path = File::Spec->rel2abs( dirname __FILE__ );
|
||||||
my ($volume, $dir) = File::Spec->splitpath($path, 1);
|
my ($volume, $dir) = File::Spec->splitpath($path, 1);
|
||||||
my @dir_from = File::Spec->splitdir($dir);
|
my @dir_from = File::Spec->splitdir($dir);
|
||||||
|
|||||||
Reference in New Issue
Block a user