diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-11-01 16:03:35 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-11-01 16:03:35 +0000 |
commit | ab77aafa8cf40cff98ca0b224115db84aafa42be (patch) | |
tree | 36e083ebb891aa39705c8c6591bb3479c7e6abdd /tests | |
parent | cad8176281c787c64e83fb5028731c021f84becb (diff) |
remove tests for copyPixelsFrom (it is not gone)
git-svn-id: http://skia.googlecode.com/svn/trunk@2580 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/BitmapCopyTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp index 2e8c32ea06..b8d16bfbef 100644 --- a/tests/BitmapCopyTest.cpp +++ b/tests/BitmapCopyTest.cpp @@ -550,6 +550,7 @@ static void TestBitmapCopy(skiatest::Reporter* reporter) { reportCopyVerification(subset, bufBm, coords, "copyPixelsTo(buf, bufSize, rowBytes()-1)", reporter); +#if 0 // copyPixelsFrom is gone // Test #5 //////////////////////////////////////////// // Tests the case where the source stride is too small // for the source configuration. @@ -584,6 +585,7 @@ static void TestBitmapCopy(skiatest::Reporter* reporter) { false); delete [] buf; +#endif } } } // for (size_t copyCase ... |