Log of /contributions/modules/country_code/country_code.test
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.
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.