Skip to content

Commit

Permalink
Item12477: remove debugging abs paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Comment committed Dec 19, 2014
1 parent 98cf266 commit e9b1775
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UnitTestContrib/test/unit/StoreImplementationTests.pm
Expand Up @@ -783,7 +783,6 @@ sub verify_copyAttachment {

sub verify_moveWeb {
my $this = shift;
$this->assert( !-e '/home/foswiki/git/core/data/TemporaryStoreTestsWeb2' );
$this->_makeWeb();
my $meta = Foswiki::Meta->new( $this->{session}, $this->{t_web}, "AttEd" );
$meta->text("1 2 3");
Expand All @@ -800,7 +799,6 @@ sub verify_moveWeb {
);
$meta->finish();

$this->assert( !-e '/home/foswiki/git/core/data/TemporaryStoreTestsWeb2' );
my $from = Foswiki::Meta->new( $Foswiki::Plugins::SESSION, $this->{t_web} );
my $to = Foswiki::Meta->new( $Foswiki::Plugins::SESSION, $this->{t_web2} );

Expand Down

0 comments on commit e9b1775

Please sign in to comment.