Skip to content

Commit

Permalink
Item12952: moved save wizard tests into core
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Oct 17, 2014
1 parent d48efb5 commit 3764a9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ConfigurePlugin/test/unit/ConfigurePlugin/SaveTests.pm
Expand Up @@ -5,7 +5,7 @@
use strict;
use warnings;

package SaveTests;
package ConfigureSaveTests;

use FoswikiTestCase;
our @ISA = qw( FoswikiTestCase );
Expand Down Expand Up @@ -52,7 +52,8 @@ sub tear_down {
$Foswiki::cfg{WorkingDir} = $this->{test_work_dir};

$this->SUPER::tear_down();
print STDERR "Tearing down $this->{lscpath}\n";

#print STDERR "Tearing down $this->{lscpath}\n";
if ( $this->{safe_lsc} ) {
open( F, '>', $this->{lscpath} );
print F $this->{safe_lsc};
Expand Down

0 comments on commit 3764a9d

Please sign in to comment.