Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item12888: unit test fix
  • Loading branch information
Crawford Currie committed Jun 4, 2015
1 parent 4a1877b commit 78c4f4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EditRowPlugin/test/unit/EditRowPlugin/EditRowPluginSuite.pm
Expand Up @@ -182,7 +182,8 @@ EXPECTED
my $e_tabledata = {
version => $a_tabledata->{version} || "VERSION",
topic => "$this->{test_web}.$this->{test_topic}",
table => "EDITTABLE_0"
table => "EDITTABLE_0",
TABLE => { '_RAW' => '' }
};

my $e_trdata = { row => 0 };
Expand Down

0 comments on commit 78c4f4b

Please sign in to comment.