[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.0-117-g8e3517963f
? sunnavy
sunnavy at bestpractical.com
Tue Nov 17 10:16:13 EST 2020
The branch, 5.0-trunk has been updated
via 8e3517963f58cde2c7fd7814e5fe4e8d260f7b9a (commit)
from 0f8e0e794202c3e964424dde42ff182498cbe8d8 (commit)
Summary of changes:
t/web/lifecycle_mappings.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 8e3517963f58cde2c7fd7814e5fe4e8d260f7b9a
Author: craig kaiser <craig at bestpractical.com>
Date: Tue Nov 17 09:54:46 2020 -0500
Fix typo in lifecycle_mappings test
diff --git a/t/web/lifecycle_mappings.t b/t/web/lifecycle_mappings.t
index e4f5d101de..3be42f3f0f 100644
--- a/t/web/lifecycle_mappings.t
+++ b/t/web/lifecycle_mappings.t
@@ -111,7 +111,7 @@ diag "Confirm the web UI correctly displays mappings";
my @inputs = $form->inputs;
foreach my $input (@inputs) {
my ( $default_from, $default_status, $default_to ) = $input->name =~ /^map-(default)--(.*)--(sales)$/;
- my ( $sales_from, $sales_status, $sales_to ) = $input->name =~ /^map-(default)--(.*)--(sales)$/;
+ my ( $sales_from, $sales_status, $sales_to ) = $input->name =~ /^map-(sales)--(.*)--(default)$/;
if ($default_from) {
is( $input->value,
-----------------------------------------------------------------------
More information about the rt-commit
mailing list