Skip to content

Commit

Permalink
Avoid duplicate Algorithm registration in API tests. Refs #7263
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jun 29, 2013
1 parent 7cff7af commit 2ba04b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/test/AlgorithmTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class WorkspaceAlgorithm2 : public Algorithm
virtual ~WorkspaceAlgorithm2() {}

const std::string name() const { return "WorkspaceAlgorithm2";}
int version() const { return 1;}
int version() const { return 2;}
const std::string category() const { return "Cat;Leopard;Mink";}
void init()
{
Expand Down

0 comments on commit 2ba04b3

Please sign in to comment.