aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-07-31 14:15:09 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-07-31 14:15:09 +0100
commitf929b3f79d3d3eea3a4a284a221b3106957a6fc9 (patch)
treeddd488e8f9b8172432bda5bc95dcef7b11faee2c /t/app
parent0d65707e831bacc272db6dd2ce539de57e412033 (diff)
parent392052bfdaae702af2e8e8215a63fa2f390e5769 (diff)
Merge branch 'issues/#805-name-check-cobrand'
Diffstat (limited to 't/app')
-rw-r--r--t/app/model/problem.t24
1 files changed, 0 insertions, 24 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t
index 1b6488fc7..ad82a62a5 100644
--- a/t/app/model/problem.t
+++ b/t/app/model/problem.t
@@ -67,30 +67,6 @@ for my $test (
}
},
{
- desc => 'name too short',
- changed => {
- name => 'xx',
- },
- errors => {
- title => 'Please enter a subject',
- detail => 'Please enter some details',
- bodies => 'No council selected',
- name => 'Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below',
- }
- },
- {
- desc => 'name is anonymous',
- changed => {
- name => 'anonymous',
- },
- errors => {
- title => 'Please enter a subject',
- detail => 'Please enter some details',
- bodies => 'No council selected',
- name => 'Please enter your full name, councils need this information – if you do not wish your name to be shown on the site, untick the box below',
- }
- },
- {
desc => 'correct name',
changed => {
name => 'A User',