| Index: cc/test/fake_web_graphics_context_3d_unittest.cc
|
| diff --git a/cc/test/fake_graphics_context_3d_unittest.cc b/cc/test/fake_web_graphics_context_3d_unittest.cc
|
| similarity index 93%
|
| copy from cc/test/fake_graphics_context_3d_unittest.cc
|
| copy to cc/test/fake_web_graphics_context_3d_unittest.cc
|
| index bea0bdf8cf25daaaaf4645806ba84fa85225b278..ade749fed056fa00930e5a948a8aabb30030500c 100644
|
| --- a/cc/test/fake_graphics_context_3d_unittest.cc
|
| +++ b/cc/test/fake_web_graphics_context_3d_unittest.cc
|
| @@ -23,7 +23,7 @@ private:
|
| };
|
|
|
|
|
| -TEST(FakeGraphicsContext3DTest, ContextCreationShouldNotMakeCurrent)
|
| +TEST(FakeWebGraphicsContext3DTest, CreationShouldNotMakeCurrent)
|
| {
|
| scoped_ptr<ContextThatCountsMakeCurrents> context(new ContextThatCountsMakeCurrents);
|
| EXPECT_TRUE(context.get());
|
|
|