Commit 858c74c1 authored by hybrid's avatar hybrid

Finally a successful test run

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2163 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 390837da
Test suite pass at GMT Thu Jan 22 18:20:21 2009 Test suite pass at GMT Wed Jan 28 23:32:27 2009
...@@ -79,7 +79,7 @@ bool writeImageToFile(void) ...@@ -79,7 +79,7 @@ bool writeImageToFile(void)
} }
buffer = new c8[BUFFER_SIZE]; buffer = new c8[BUFFER_SIZE];
writtenFilename = "results" DIR_SEP_STRING "burnings video 0.39b-drawPixel.png"; writtenFilename = "results" DIR_SEP_STRING "burnings video 0.40b-drawPixel.png";
memoryFile = device->getFileSystem()->createMemoryWriteFile(buffer, BUFFER_SIZE, writtenFilename, false); memoryFile = device->getFileSystem()->createMemoryWriteFile(buffer, BUFFER_SIZE, writtenFilename, false);
if(!driver->writeImageToFile(screenshot, memoryFile)) if(!driver->writeImageToFile(screenshot, memoryFile))
{ {
...@@ -106,7 +106,7 @@ bool writeImageToFile(void) ...@@ -106,7 +106,7 @@ bool writeImageToFile(void)
writtenFile->drop(); writtenFile->drop();
writtenFile = 0; writtenFile = 0;
referenceFilename = "media" DIR_SEP_STRING "burnings video 0.39b-drawPixel.png"; referenceFilename = "media" DIR_SEP_STRING "burnings video 0.40b-drawPixel.png";
if(!binaryCompareFiles(writtenFilename, referenceFilename)) if(!binaryCompareFiles(writtenFilename, referenceFilename))
{ {
logTestString("File written from memory is not the same as the reference file.\n"); logTestString("File written from memory is not the same as the reference file.\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment