[Rt-commit] rt branch, 4.0/default-render-type-fix, updated. rt-4.0.0-190-gea95a97
Thomas Sibley
trs at bestpractical.com
Tue May 10 15:51:16 EDT 2011
The branch, 4.0/default-render-type-fix has been updated
via ea95a97e9489827d8b4d74dd365db626bb39a7a0 (commit)
from 45a0ffdd00ecdd1f20d49cbac8948666a1625a1e (commit)
Summary of changes:
t/web/cf_render_type.t | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit ea95a97e9489827d8b4d74dd365db626bb39a7a0
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue May 10 15:51:02 2011 -0400
Don't test for another buggy result message that's fixed on trunk
diff --git a/t/web/cf_render_type.t b/t/web/cf_render_type.t
index 2889074..8d8efa8 100644
--- a/t/web/cf_render_type.t
+++ b/t/web/cf_render_type.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use RT::Test tests => 9;
+use RT::Test tests => 8;
my ($baseurl, $m) = RT::Test->started_ok;
ok $m->login, 'logged in as root';
@@ -43,8 +43,6 @@ diag "let's save it again";
form_name => "ModifyCustomField",
button => 'Update',
);
- $m->content_contains( "already the current value",
- 'already current value msg' );
$m->content_lacks( "Render Type changed from '1' to 'Select box'",
'no buggy RenderType change msg' );
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list