[otrs-cvs] otrs/scripts/test/GenericInterface WebserviceConfig.t, 1.13, 1.14
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts/test/GenericInterface
In directory lancelot:/tmp/cvs-serv30099/scripts/test/GenericInterface
Modified Files:
WebserviceConfig.t
Log Message:
Reverted FileRead mode and variable comparison order.
Author: cr
Index: WebserviceConfig.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/GenericInterface/WebserviceConfig.t,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- WebserviceConfig.t 16 Jan 2013 03:27:13 -0000 1.13
+++ WebserviceConfig.t 16 Jan 2013 13:19:48 -0000 1.14
@@ -221,5 +221,4 @@
my $Content = $Self->{MainObject}->FileRead(
Location => $Test->{FileAdd},
- Mode => 'utf8',
);
my $OriginalContent = eval { Kernel::System::YAML::Load( ${$Content} ) };
@@ -227,6 +226,6 @@
$Self->IsDeeply(
- $OriginalContent,
$ResultContent,
+ $OriginalContent,
"$Test->{Name} - Compare original file with result",
);
@@ -266,5 +265,4 @@
$Content = $Self->{MainObject}->FileRead(
Location => $Test->{FileUpdate},
- Mode => 'utf8'
);
$OriginalContent = eval { Kernel::System::YAML::Load( ${$Content} ) };
@@ -272,6 +270,6 @@
$Self->IsDeeply(
- $OriginalContent,
$ResultContent,
+ $OriginalContent,
"$Test->{Name} - Compare update file with result",
);
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log