Skip to content

Commit

Permalink
refs #6449 Typing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts authored and martyngigg committed Apr 10, 2013
1 parent b2fa491 commit 3ded919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Kernel/test/DiskBufferTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class DiskBufferTest : public CxxTest::TestSuite
}
void test_nothing()
{
TS_WARNING("Tests here were disabled for the time being")
TS_WARN("Tests here were disabled for the time being");
}

/** Extreme case with nothing writable but exceeding the writable buffer */
Expand Down Expand Up @@ -792,7 +792,7 @@ class DiskBufferTestPerformance : public CxxTest::TestSuite

void test_nothing()
{
TS_WARNING("Tests here were disabled for the time being")
TS_WARN("Tests here were disabled for the time being");
}


Expand Down

0 comments on commit 3ded919

Please sign in to comment.