Skip to content

Commit

Permalink
Fix error. Refs #5875
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Jul 8, 2013
1 parent bb7f0bd commit 44c1bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ConvertToMDHelperTest : public CxxTest::TestSuite
static ConvertToMDHelperTest *createSuite() { return new ConvertToMDHelperTest(); }
static void destroySuite( ConvertToMDHelperTest *suite ) { delete suite; }

ConvertToMDHelperTest::ConvertToMDHelperTest():WSName("CMDHTest")
ConvertToMDHelperTest():WSName("CMDHTest")
{

}
Expand Down

0 comments on commit 44c1bef

Please sign in to comment.