Skip to content

Commit

Permalink
refs #6449 disable DB tesats again
Browse files Browse the repository at this point in the history
(may be set/up tead down are the culprits?
  • Loading branch information
abuts committed Apr 16, 2013
1 parent e0689e4 commit 6c1fdf7
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 @@ -138,7 +138,7 @@ class DiskBufferTest : public CxxTest::TestSuite
SaveableTesterWithFile::fakeFile = "";
data.clear();
for (size_t i=0; i<num; i++)
data.push_back( new SaveableTesterWithFile(i,2*i,2,char(i+0x41)) );
data.push_back( new SaveableTesterWithFile(i,uint64_t(2*i),2,char(i+0x41)) );
}

void tearDown()
Expand All @@ -155,7 +155,7 @@ class DiskBufferTest : public CxxTest::TestSuite
}

/** Extreme case with nothing writable but exceeding the writable buffer */
void test_noWriteBuffer_nothingWritable()
void xest_noWriteBuffer_nothingWritable()
{
//Room for 4 in the write buffer
DiskBuffer dbuf(4);
Expand Down

0 comments on commit 6c1fdf7

Please sign in to comment.