ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Utilities/TestClass.pm
(Generate patch)

Comparing COMP/SCRAM/src/Utilities/TestClass.pm (file contents):
Revision 1.7 by williamc, Thu Jan 20 18:26:06 2000 UTC vs.
Revision 1.8 by williamc, Wed Jan 26 12:03:37 2000 UTC

# Line 64 | Line 64 | sub new {
64          die $@ if $@;
65          $self->{testobj}=$module->_new($self, $fullmodule);
66  
67 +        # make sure the temparea is cleaned
68 +        use File::Path;
69 +        rmtree($self->temparea());
70 +
71          return $self;
72   }
73  
# Line 252 | Line 256 | sub testinterface {
256                  print "Undefined Value Passed Back\n";
257            }
258            elsif ( $myreturn=~/HASH/ ) {
259 <             print "Hash Ref returned\n";
259 >             print "Hash Ref ".ref($myreturn)." returned\n";
260            }
261            elsif ( $myreturn=~/CODE/ ) {
262               print "Code Ref returned\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines