Disabled CopyBits test. It does not work under R5 either, so I assume

this operation is not supported when recording to a BPicture.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21908 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2007-08-12 13:05:24 +00:00
parent 54730332d2
commit 5f5ba235cb

View File

@ -374,7 +374,8 @@ TestCase gTestCases[] = {
{ "Test AppendToPicture", testAppendToPicture },
{ "Test LineArray", testLineArray },
// does not work under R5 for pictures!
{ "Test CopyBits*", testCopyBits },
// TODO verify that CopyBits is not supported when recording to a BPicture
// { "Test CopyBits*", testCopyBits },
{ "Test InvertRect", testInvertRect },
{ "Test Bitmap", testBitmap },
{ NULL, NULL }