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

Unified Diff: chrome/browser/history/text_database_unittest.cc

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove "httpsv" scheme, minor NSS/OpenSSL changes Created 9 years, 8 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/load_from_memory_cache_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/text_database_unittest.cc
diff --git a/chrome/browser/history/text_database_unittest.cc b/chrome/browser/history/text_database_unittest.cc
index f604301de20c21e761e6cb368e6d2929be75c5b8..2a39a6f702f5e49154c427eeb0e4cac72b878d98 100644
--- a/chrome/browser/history/text_database_unittest.cc
+++ b/chrome/browser/history/text_database_unittest.cc
@@ -164,6 +164,7 @@ TEST_F(TextDatabaseTest, AttachDetach) {
EXPECT_FALSE(!!db3.get());
}
+// TODO(sqs): this test fails - fix it
TEST_F(TextDatabaseTest, AddRemove) {
// Create a database and add some pages to it.
const int kIdee1 = 200801;
@@ -194,6 +195,7 @@ TEST_F(TextDatabaseTest, AddRemove) {
EXPECT_EQ(1, RowCount(db.get()));
}
+// TODO(sqs): this test fails - fix it
TEST_F(TextDatabaseTest, Query) {
// Make a database with some pages.
const int kIdee1 = 200801;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/load_from_memory_cache_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698