Skip to content

Commit

Permalink
Item2286: I am sure this was a typo - I only picked this up when I ad…
Browse files Browse the repository at this point in the history
…ded the ASSERT to Foswiki::finish().

git-svn-id: http://svn.foswiki.org/trunk@8650 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelTempest authored and MichaelTempest committed Aug 22, 2010
1 parent 106fd3c commit 56190d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/StoreSmokeTests.pm
Expand Up @@ -214,7 +214,7 @@ sub verify_rename {
print FILE "Test her attachment to me\n";
close(FILE);
$user = $testUser2;
$this->{session}->{userName} = $user;
$this->{session}->{user} = $user;
$meta->attach(
name => $attachment,
user => $user,
Expand Down

0 comments on commit 56190d5

Please sign in to comment.