[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.3-17-ge1d65fd
Alex Vandiver
alexmv at bestpractical.com
Tue Nov 8 14:34:07 EST 2011
The branch, 4.0-trunk has been updated
via e1d65fd695bd97613eff87489248f2fc49ccd581 (commit)
from 5e09a401865def6dd4baa862da3a8dafb166c1d6 (commit)
Summary of changes:
t/web/queue_create.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit e1d65fd695bd97613eff87489248f2fc49ccd581
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Nov 8 14:23:02 2011 -0500
Update tests for new wording from ee3bf30 on trunk
diff --git a/t/web/queue_create.t b/t/web/queue_create.t
index ae7106b..3d2cd04 100644
--- a/t/web/queue_create.t
+++ b/t/web/queue_create.t
@@ -31,14 +31,14 @@ diag "Create a queue";
Name => '0',
},
);
- $m->text_contains("That's not a valid name");
+ $m->text_contains("'0' is not a valid name");
$m->submit_form(
form_name => 'ModifyQueue',
fields => {
Name => '1',
},
);
- $m->text_contains("That's not a valid name");
+ $m->text_contains("'1' is not a valid name");
$m->submit_form(
form_name => 'ModifyQueue',
fields => {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list