Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4860)

Unified Diff: chrome/common/json_schema_validator_unittest_base.h

Issue 10696034: Share JSON schema constants. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ,. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/json_schema_validator_unittest_base.h
diff --git a/chrome/common/json_schema_validator_unittest_base.h b/chrome/common/json_schema_validator_unittest_base.h
index 62084895eec55e6789befe1e0f1637519e27d434..96823f26dfc4e10c4425def44b8359d6149d8943 100644
--- a/chrome/common/json_schema_validator_unittest_base.h
+++ b/chrome/common/json_schema_validator_unittest_base.h
@@ -54,7 +54,8 @@ class JSONSchemaValidatorTestBase : public testing::Test {
void TestArrayNonTuple();
void TestString();
void TestNumber();
- void TestTypeClassifier();
+ void TestValueTypeClassifier();
+ void TestSchemaTypeClassifier();
void TestTypes();
ValidatorType type_;

Powered by Google App Engine
This is Rietveld 408576698