Index: net/tools/testserver/chromiumsync.py |
diff --git a/net/tools/testserver/chromiumsync.py b/net/tools/testserver/chromiumsync.py |
index fe245ed49da9917ca70f54a9d363cd4f78773167..7cfa837383bcc762d45cd61f3baacb295b7e11ab 100755 |
--- a/net/tools/testserver/chromiumsync.py |
+++ b/net/tools/testserver/chromiumsync.py |
@@ -985,7 +985,7 @@ class TestServer(object): |
code = 400 |
finally: |
self.account_lock.release() |
- return (code, '<html><title>Migration: %d</title><H1>%d %s</H1></html>' % |
+ return (code, '<html><title>SetError: %d</title><H1>%d %s</H1></html>' % |
(code, code, response)) |
def HandleCreateBirthdayError(self): |
@@ -1086,8 +1086,8 @@ class TestServer(object): |
print 'ERROR' |
response.store_birthday = self.account.store_birthday |
response.error.error_type = self.account.error.error_type |
- response.error.url = self.account.url |
- response.error.error_description = self.account.error_description |
+ response.error.url = self.account.error.url |
+ response.error.error_description = self.account.error.error_description |
response.error.action = self.account.error.action |
return (200, response.SerializeToString()) |
finally: |