-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use BibtexEntryAssert for CopacImporterTest
- Loading branch information
Showing
6 changed files
with
59 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
src/test/resources/net/sf/jabref/importer/fileformat/CopacImporterTest1.bib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@Book{, | ||
title = {The SIS project : software reuse with a natural language approach}, | ||
publisher = {Karlsruhe : Universitat Karlsruhe, Fakultat fur Informatik}, | ||
year = {1992}, | ||
author = {Prechelt, Lutz and Universität Karlsruhe. Fakultät für Informatik}, | ||
series = {Interner Bericht ; Nr.2/92}, | ||
documenttype = {TXT}, | ||
hl = {Edinburgh} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
src/test/resources/net/sf/jabref/importer/fileformat/CopacImporterTest21.bib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@Book{, | ||
title = {Computing and operational research at the London Hospital}, | ||
publisher = {London : Butterworths}, | ||
year = {1972}, | ||
author = {Barber, Barry and Abbott, W.}, | ||
series = {Computers in medicine series}, | ||
note = {Bibl.p.94-97. - Index}, | ||
documenttype = {TXT, PDF}, | ||
hl = {Aberdeen ; Birmingham ; Edinburgh ; Trinity College Dublin ; UCL (University College London)}, | ||
isbn = {0407517006 (Pbk)}, | ||
keywords = {London Hospital and Medical College, Electronic data processing - Medicine, Computers - Hospital administration, Hospital planning, Operations research, Hospital equipment and supplies, Electronic data processing - Hospitals - Administration, Hospitals, London, London Hospital and Medical College, Records management, Applications of computer systems, to 1971}, | ||
physicaldimensions = {x, 102p, leaf : ill., form, port ; 22cm} | ||
} |
12 changes: 12 additions & 0 deletions
12
src/test/resources/net/sf/jabref/importer/fileformat/CopacImporterTest22.bib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@Book{, | ||
title = {Real time systems : management and design}, | ||
publisher = {London ; New York : McGraw-Hill}, | ||
year = {1977}, | ||
author = {Tebbs, David and Collins, Garfield}, | ||
note = {Index}, | ||
documenttype = {TXT, PDF}, | ||
hl = {Aberdeen ; Birmingham ; Edinburgh ; Imperial College ; Liverpool ; Manchester ; Oxford ; Trinity College Dublin}, | ||
isbn = {0070844828}, | ||
keywords = {Real-time data processing - Management, Real time computer systems, Design}, | ||
physicaldimensions = {ix, 357p : ill., forms ; 24cm} | ||
} |