[Haiku-commits] r21908 - haiku/trunk/src/tests/kits/interface/flatten_picture
laplace at BerliOS
laplace at mail.berlios.de
Sun Aug 12 15:05:24 CEST 2007
Author: laplace
Date: 2007-08-12 15:05:24 +0200 (Sun, 12 Aug 2007)
New Revision: 21908
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=21908&view=rev
Modified:
haiku/trunk/src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
Log:
Disabled CopyBits test. It does not work under R5 either, so I assume
this operation is not supported when recording to a BPicture.
Modified: haiku/trunk/src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
===================================================================
--- haiku/trunk/src/tests/kits/interface/flatten_picture/PictureTestCases.cpp 2007-08-12 13:01:52 UTC (rev 21907)
+++ haiku/trunk/src/tests/kits/interface/flatten_picture/PictureTestCases.cpp 2007-08-12 13:05:24 UTC (rev 21908)
@@ -374,7 +374,8 @@
{ "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 }
More information about the Haiku-commits
mailing list