branch: elpa/logview commit c5ad7909855db4c3e959fa3802d8dd19e9a625f6 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Change one unit test that started to fail with new `datetime' version; apparently they made a mistake in Italian locale for Java 8. --- test/log4j/fr-1.log | 1 + test/log4j/it-1.log | 1 - test/logview.el | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/log4j/fr-1.log b/test/log4j/fr-1.log new file mode 100644 index 0000000000..47c3b266ac --- /dev/null +++ b/test/log4j/fr-1.log @@ -0,0 +1 @@ +27 sept. 2011 à 04:58:59 [thread 1] INFO my.Class - a message diff --git a/test/log4j/it-1.log b/test/log4j/it-1.log deleted file mode 100644 index 597ee2169c..0000000000 --- a/test/log4j/it-1.log +++ /dev/null @@ -1 +0,0 @@ -27-set-2011 4.58.59 [thread 1] INFO my.Class - a message diff --git a/test/logview.el b/test/logview.el index 8c2bd2a847..8451de1ab0 100644 --- a/test/logview.el +++ b/test/logview.el @@ -61,7 +61,7 @@ (should (and entry (equal start 1)))))) (ert-deftest logview-test-log4j-national-timestamp-1 () - (logview--test-with-file "log4j/it-1.log" () + (logview--test-with-file "log4j/fr-1.log" () (should (equal logview--submode-name "SLF4J")))) ;; Issue #2.