maybe I'm doing the wrong thing by adding use lines for test modules

that unit tests use.  maybe there's some magic that's supposed to
automatically use those things, even though they're hidden in deeply
buried paths with no machine predictable naming scheme.  I can't
imagine that these unit tests passed before unless there is/was
some magic.  I hobbled this in to working with a use lib and a
use for the module, but after doing this second one of these,
I'm having serious doubts about whether I'm just spackling over
the problem.
This commit is contained in:
Scott Walters
2014-08-21 07:37:22 -04:00
parent d2f324a7f2
commit b121a061d8

View File

@@ -5,6 +5,9 @@ use File::Spec;
use File::Path;
use diagnostics;
use lib "t/SOAP/WSDL/Generator/Template/XSD/testlib";
use MyTypes::TMessage;
my $path = File::Spec->rel2abs( dirname __FILE__ );
my ($volume, $dir) = File::Spec->splitpath($path, 1);
my @dir_from = File::Spec->splitdir($dir);