<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>cruise_config.rb</filename>
    </added>
    <added>
      <filename>geminstaller.yml</filename>
    </added>
    <added>
      <filename>test/example_accounts.yml</filename>
    </added>
    <added>
      <filename>test/test_helper.rb</filename>
    </added>
    <added>
      <filename>test/test_suite.rb</filename>
    </added>
    <added>
      <filename>test/unit/gmail_contact_importer_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/hotmail_contact_importer_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/test_accounts_test.rb</filename>
    </added>
    <added>
      <filename>test/unit/yahoo_csv_contact_importer_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
 .DS_Store
+test/accounts.yml
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -29,9 +29,9 @@ class Contacts
       
       cookies = remove_cookie(&quot;GMAIL_LOGIN&quot;, cookies)
       
-      if data.index(&quot;Username and password do not match&quot;)
+      if data.index(&quot;The username or password you entered is incorrect&quot;)
         raise AuthenticationError, &quot;Username and password do not match&quot;
-      elsif data.index(&quot;Required field must not be blank&quot;)
+      elsif data.index(&quot;We cannot log you into your account at this time&quot;) || data.index(&quot;Required field cannot be left blank&quot;)
         raise AuthenticationError, &quot;Login and password must not be blank&quot;
       elsif data.index(&quot;errormsg_0_logincaptcha&quot;)
         raise AuthenticationError, &quot;Captcha error&quot;</diff>
      <filename>lib/contacts/gmail.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a5a073efe33cd8a6a49ed416e395228e34a3210a</id>
    </parent>
  </parents>
  <author>
    <name>Nathan Wilmes and Chad Woolley</name>
    <email>opensource@pivotallabs.com</email>
  </author>
  <url>http://github.com/cardmagic/contacts/commit/c8ac6ee27291d0b1c02f0a2fcc367e4a7bab27b9</url>
  <id>c8ac6ee27291d0b1c02f0a2fcc367e4a7bab27b9</id>
  <committed-date>2009-03-03T15:25:01-08:00</committed-date>
  <authored-date>2009-03-02T18:01:46-08:00</authored-date>
  <message>Added test suites, fixed Gmail failing tests,
left Hotmail failing test.

Signed-off-by: Lucas Carlson &lt;lucas@rufy.com&gt;</message>
  <tree>b8db6882cdd7178f1a1df565437992db43bc5159</tree>
  <committer>
    <name>Lucas Carlson</name>
    <email>lucas@rufy.com</email>
  </committer>
</commit>
