summaryrefslogtreecommitdiffstats
path: root/sql/sql.gyp
diff options
context:
space:
mode:
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-10 23:44:50 +0000
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-10 23:44:50 +0000
commit43ffdd8281b45450b010d8d3f44c6e7c4a55c216 (patch)
treea07179891a2c81c7fc7a69c984efacb1665a38e9 /sql/sql.gyp
parent3b3a16b5915710431a8bad1d53dbf4867d8d1393 (diff)
downloadchromium_src-43ffdd8281b45450b010d8d3f44c6e7c4a55c216.zip
chromium_src-43ffdd8281b45450b010d8d3f44c6e7c4a55c216.tar.gz
chromium_src-43ffdd8281b45450b010d8d3f44c6e7c4a55c216.tar.bz2
Rewrite Thumbnail and Top Sites test with golden files.
Previously, the tests manually changes the current schema to look like an old schema, then targetted specific implementation functions. Change to instead create the schema from a golden file, testing that Init() works correctly, and the expected data is in place. BUG=none R=pkotwicz@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/23536014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sql/sql.gyp')
-rw-r--r--sql/sql.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp
index 861a1dd..7add51c 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -62,6 +62,8 @@
'test/error_callback_support.h',
'test/scoped_error_ignorer.cc',
'test/scoped_error_ignorer.h',
+ 'test/test_helpers.cc',
+ 'test/test_helpers.h',
],
'include_dirs': [
'..',