[otrs-cvs] otrs/scripts/test/CPAN YAML.t,1.9,1.10
"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/CPAN
In directory lancelot:/tmp/cvs-serv23033/scripts/test/CPAN
Modified Files:
YAML.t
Log Message:
Accidentially checked in wrong state of test file.
Author: mg
Index: YAML.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/CPAN/YAML.t,v
retrieving revision 1.9
retrieving revision 1.10
diff -2 -u -d -r1.9 -r1.10
--- YAML.t 15 Jan 2013 15:04:21 -0000 1.9
+++ YAML.t 15 Jan 2013 15:06:13 -0000 1.10
@@ -15,5 +15,5 @@
use utf8;
-use YAML::XS;
+use YAML;
my @Tests = (
@@ -42,8 +42,8 @@
Data => ' a " a " a \'\' a \'\' a',
},
- {
- Name => 'Very long string', # see https://bugzilla.redhat.com/show_bug.cgi?id=19240_0000
- Data => 'äø<>"\'' x 40_000,
- },
+# {
+# Name => 'Very long string', # see https://bugzilla.redhat.com/show_bug.cgi?id=19240_0000
+# Data => 'äø<>"\'' x 40_000,
+# },
);
---------------------------------------------------------------------
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