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

Unified Diff: passwords.py

Issue 4155008: This is a summary of the CL (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/functional/
Patch Set: Created 10 years, 2 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
« TestPython.py ('K') | « TestPython.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: passwords.py
===================================================================
--- passwords.py (revision 64333)
+++ passwords.py (working copy)
@@ -41,7 +41,9 @@
'blacklist': False }
self.assertTrue(self.AddSavedPassword(password1))
self.assertEquals(self.GetSavedPasswords(), [password1])
+
+
if __name__ == '__main__':
pyauto_functional.Main()
« TestPython.py ('K') | « TestPython.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698