| Index: tests/ImageTest.cpp
|
| diff --git a/tests/ImageTest.cpp b/tests/ImageTest.cpp
|
| index 5da83429952294acaad611da34b45f1b918609d3..ba071bb1f75ca6f878eba49e728fcc3edcb454ea 100644
|
| --- a/tests/ImageTest.cpp
|
| +++ b/tests/ImageTest.cpp
|
| @@ -245,9 +245,7 @@ DEF_TEST(image_newfrombitmap, reporter) {
|
| const bool sharedID = (image->uniqueID() == bm.getGenerationID());
|
| REPORTER_ASSERT(reporter, sharedID == rec[i].fExpectSharedID);
|
|
|
| -#if 0 // TODO: fix so that peek will succeed in the immutable case
|
| const bool peekSuccess = image->peekPixels(&pmap);
|
| REPORTER_ASSERT(reporter, peekSuccess == rec[i].fExpectPeekSuccess);
|
| -#endif
|
| }
|
| }
|
|
|