From 3b85906fecb172ac3bbda5ac46f73ebe1f445c38 Mon Sep 17 00:00:00 2001 From: omer-rotem1 Date: Sun, 8 Sep 2019 03:55:17 -0700 Subject: [PATCH] unifying month format across all bib files (#5286) --- .../org/jabref/logic/importer/fileformat/RisImporterTest3.bib | 2 +- .../logic/importer/fileformat/RisImporterTestDate1.1.bib | 4 ++-- .../logic/importer/fileformat/RisImporterTestDate1.2.bib | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTest3.bib b/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTest3.bib index 642578e2d77..9b09a156bc1 100644 --- a/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTest3.bib +++ b/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTest3.bib @@ -5,7 +5,7 @@ @incollection{ issn = {978-1-4822-5326-9}, journal = {Dermoscopy Image Analysis}, number = {0}, - month = {#sep#}, + month = sep, pages = {1-22}, publisher = {CRC Press}, series = {Digital Imaging and Computer Vision}, diff --git a/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTestDate1.1.bib b/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTestDate1.1.bib index 9be8fcc17a6..a9553c322a0 100644 --- a/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTestDate1.1.bib +++ b/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTestDate1.1.bib @@ -4,7 +4,7 @@ @article{ doi = {10.1063/1.1954747}, issn = {0021-9606}, journal = {J. Chem. Phys.}, - month = {#jul#}, + month = jul, number = {3}, pages = {034708}, publisher = {American Institute of Physics}, @@ -12,4 +12,4 @@ @article{ url = {https://doi.org/10.1063/1.1954747}, volume = {123}, year = {2005} -} \ No newline at end of file +} diff --git a/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTestDate1.2.bib b/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTestDate1.2.bib index 9be8fcc17a6..a9553c322a0 100644 --- a/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTestDate1.2.bib +++ b/src/test/resources/org/jabref/logic/importer/fileformat/RisImporterTestDate1.2.bib @@ -4,7 +4,7 @@ @article{ doi = {10.1063/1.1954747}, issn = {0021-9606}, journal = {J. Chem. Phys.}, - month = {#jul#}, + month = jul, number = {3}, pages = {034708}, publisher = {American Institute of Physics}, @@ -12,4 +12,4 @@ @article{ url = {https://doi.org/10.1063/1.1954747}, volume = {123}, year = {2005} -} \ No newline at end of file +}