? .svn
? phone_cck_tests.patch
Index: phone-fr.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/phone/phone-fr.test,v
retrieving revision 1.2
diff -u -p -r1.2 phone-fr.test
--- phone-fr.test	26 Aug 2009 16:06:12 -0000	1.2
+++ phone-fr.test	28 Sep 2009 03:57:13 -0000
@@ -108,3 +108,4 @@ class PhoneFrenchTest extends DrupalTest
     $this->assertEqual(format_fr_phone_number('+33 123456789', $add_country_code), '+33 123456789', "international --> international");
     $this->assertEqual(format_fr_phone_number(' +33   123 45 - (67) 89', $add_country_code), '+33 123456789', "international --> international");
   }
+}
Index: phone-nz.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/phone/phone-nz.test,v
retrieving revision 1.1
diff -u -p -r1.1 phone-nz.test
--- phone-nz.test	26 Aug 2009 16:06:12 -0000	1.1
+++ phone-nz.test	28 Sep 2009 03:57:13 -0000
@@ -66,4 +66,3 @@ class NZPhoneNumberTestCase extends Drup
     $this->assertEqual(format_phone_number('nz', '0800 12345', null), '0800 12345', t('Check 0800 number formatting (5 digit)'));
   }
 }
-\ No newline at end of file
\ No newline at end of file
