/[drupal]/contributions/modules/country_code/country_code.test
ViewVC logotype

Log of /contributions/modules/country_code/country_code.test

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 13:46:50 2008 UTC (11 months, 2 weeks ago) by catch
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
#328194 by recidive: use lowercase country codes.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 12:16:37 2008 UTC (12 months, 2 weeks ago) by snpower
Branch: MAIN
Changes since 1.24: +37 -27 lines
Diff to previous 1.24
Updated simple tests which were broken after the site_country changes.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 14:41:59 2008 UTC (12 months, 2 weeks ago) by snpower
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
Removed country_code_country_list() function - now using
site_country_country_list() function provided by site_country module.
Added in a hook_form_alter() on the system_site_settings form so we can update
the country_code_country table if a new site default country is set on
admin/settings/site-information.
Now preventing users from the deleting the last (and hence default) country -
both by removing the 'delete' link and by preventing the operation.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 18:13:17 2008 UTC (12 months, 2 weeks ago) by catch
Branch: MAIN
Changes since 1.22: +56 -1 lines
Diff to previous 1.22
#324943: add tests for user preferences

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 15:10:55 2008 UTC (12 months, 4 weeks ago) by snpower
Branch: MAIN
Changes since 1.21: +66 -26 lines
Diff to previous 1.21
Updated user edit form tests.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 19:56:39 2008 UTC (12 months, 4 weeks ago) by snpower
Branch: MAIN
Changes since 1.20: +32 -1 lines
Diff to previous 1.20
Added in test of user edit profile page.  Mostly complete.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 18:39:17 2008 UTC (12 months, 4 weeks ago) by snpower
Branch: MAIN
Changes since 1.19: +79 -6 lines
Diff to previous 1.19
Final tests for general country code admin interface.  Will probably split this
function up when we're testing the functionality behind the config changes.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 15:30:46 2008 UTC (13 months ago) by recidive
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
#326726: Refactor to set global language to country-specific version.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 18:32:25 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.17: +46 -1 lines
Diff to previous 1.17
Started new test for checking of the general country code config page.  It uses
helper functions to make the config changes, so these functions can be re-used
when we're actually testing the functionlity behind the changes.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 16:45:03 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.16: +15 -5 lines
Diff to previous 1.16
Added in a test for disabling a default country.  Also changed the
changeCountryStatus() method of testing, and setting the checkbox values to be
TRUE/FALSE rather than 1/0 as that was incorrect.  However one test now fails
with an undefined function error, that the previous incorrect checkbox value
submissions were masking.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 21:01:59 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.15: +34 -2 lines
Diff to previous 1.15
Added in test for changing the default country, and another for changing the
country status via the edit form as opposed to the overview form.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 13:58:19 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.14: +19 -6 lines
Diff to previous 1.14
Added in removeCountries() function.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 13:27:21 2008 UTC (13 months ago) by catch
Branch: MAIN
Changes since 1.13: +6 -15 lines
Diff to previous 1.13
Fix some assertions in the simpletest, needs to go back into language.test at some point.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 12:45:58 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.12: +78 -11 lines
Diff to previous 1.12
* Split testCountries() into two functions - one for testing adding, updating and
deleting of countries; the other tests adding of languages to countries, etc.
* Also split the removeLanguage() function into two - one for disabling a
language; the other for removing it.
* Added in new function to remove countries.
* Added in new function to modify country status.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 11:48:15 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.11: +9 -4 lines
Diff to previous 1.11
Tests for adding a disabled country and adding languages to it.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 11:43:37 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.10: +23 -6 lines
Diff to previous 1.10
Added in tests to ensure first country added is both enabled by default and set
to the default country.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 09:14:56 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.9: +6 -1 lines
Diff to previous 1.9
coding / commenting style changes.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 23:27:22 2008 UTC (13 months ago) by nedjo
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Minor tweak to test to support installations in a subdirectory.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 22:07:44 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.7: +11 -1 lines
Diff to previous 1.7
Tweaked country switcher tests.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 21:53:24 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.6: +4 -3 lines
Diff to previous 1.6
Added in a check to ensure added countries are enabled by default.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 21:39:26 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.5: +41 -2 lines
Diff to previous 1.5
Added in country switcher block test.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 21:26:56 2008 UTC (13 months ago) by catch
Branch: MAIN
Changes since 1.4: +7 -1 lines
Diff to previous 1.4
Minor updates to the test

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 20:44:37 2008 UTC (13 months ago) by catch
Branch: MAIN
Changes since 1.3: +25 -3 lines
Diff to previous 1.3
#324227: additional tests for country/language combinations

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 20:05:06 2008 UTC (13 months ago) by snpower
Branch: MAIN
Changes since 1.2: +40 -8 lines
Diff to previous 1.2
Added in a tearDown() function and a removeLanguage().

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 18:48:15 2008 UTC (13 months ago) by catch
Branch: MAIN
Changes since 1.1: +18 -5 lines
Diff to previous 1.1
#324227: Add addCountry method to simpletest

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 16:20:36 2008 UTC (13 months ago) by catch
Branch: MAIN
#324227: Adding initial simpletest.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2