From 6e95d01610944078992a7997f485989d236c0c23 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Thu, 21 Aug 2014 07:47:02 -0400 Subject: [PATCH] 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 b121a061d8f220dc6c842ea187c12a199526333a. --- t/SOAP/WSDL/Generator/Template/XSD/Import.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/t/SOAP/WSDL/Generator/Template/XSD/Import.t b/t/SOAP/WSDL/Generator/Template/XSD/Import.t index 9b0b518..c44737d 100644 --- a/t/SOAP/WSDL/Generator/Template/XSD/Import.t +++ b/t/SOAP/WSDL/Generator/Template/XSD/Import.t @@ -5,9 +5,6 @@ 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);