diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 20:04:09 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 20:04:09 +0000 |
commit | a03c3ab2b239f5617b70956f6af1f2ea6682d26f (patch) | |
tree | 006dd1a0e2b894116510f30bcc195d9d6490d50e /webkit/glue/bookmarklet_unittest.cc | |
parent | f08e7583ec3d6e9ee79585c03b16ad3a70de2b02 (diff) | |
download | chromium_src-a03c3ab2b239f5617b70956f6af1f2ea6682d26f.zip chromium_src-a03c3ab2b239f5617b70956f6af1f2ea6682d26f.tar.gz chromium_src-a03c3ab2b239f5617b70956f6af1f2ea6682d26f.tar.bz2 |
make a target for test_shell_tests on mac and tweak tests to build there. Include a few more files to be built in glue upon which they depend.
Review URL: http://codereview.chromium.org/13712
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6733 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/bookmarklet_unittest.cc')
-rw-r--r-- | webkit/glue/bookmarklet_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/glue/bookmarklet_unittest.cc b/webkit/glue/bookmarklet_unittest.cc index 89d1129..7aed7f0 100644 --- a/webkit/glue/bookmarklet_unittest.cc +++ b/webkit/glue/bookmarklet_unittest.cc @@ -24,8 +24,6 @@ class BookmarkletTest : public TestShellTest { } }; -} - TEST_F(BookmarkletTest, Redirect) { test_shell_->LoadURL(L"javascript:location.href='data:text/plain,SUCCESS'"); test_shell_->WaitTestFinished(); @@ -64,3 +62,4 @@ TEST_F(BookmarkletTest, DocumentWrite) { EXPECT_EQ(L"hello world", text); } +} // namespace |