forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing test and add new test file
- Loading branch information
1 parent
b231acc
commit dbb35e5
Showing
3 changed files
with
43 additions
and
1 deletion.
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
15 changes: 15 additions & 0 deletions
15
src/test/resources/net/sf/jabref/logic/exporter/MsBibExportFormatTest7.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,15 @@ | ||
% Encoding: UTF-8 | ||
@InBook{Orlowski;2011, | ||
author = {Adam Czarnecki; Cezary Or{\l}owski;}, | ||
title = {Application of Ontology In the ITIL Domain}, | ||
date = {2011-03-12}, | ||
publisher = {Oficyna Wydawnicza Politechniki Wrocławskiej}, | ||
pages = {99--108}, | ||
doi = {10.13140/2.1.3259.2169}, | ||
__markedentry = {[Christoph Schwentker:6]}, | ||
journaltitle = {Information Systems Architecture and Technology: Service Oriented Networked Systems}, | ||
timestamp = {2016.08.17}, | ||
} | ||
|
||
@Comment{jabref-meta: databaseType:biblatex;} |
25 changes: 25 additions & 0 deletions
25
src/test/resources/net/sf/jabref/logic/exporter/MsBibExportFormatTest7.xml
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,25 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<b:Sources xmlns:b="http://schemas.openxmlformats.org/officeDocument/2006/bibliography" xmlns="http://schemas.openxmlformats.org/officeDocument/2006/bibliography" SelectedStyle=""> | ||
<b:Source> | ||
<b:BIBTEX_Entry>inbook</b:BIBTEX_Entry> | ||
<b:SourceType>BookSection</b:SourceType> | ||
<b:Title>Application of Ontology In the ITIL Domain</b:Title> | ||
<b:Tag>Orlowski;2011</b:Tag> | ||
<b:Publisher>Oficyna Wydawnicza Politechniki Wrocławskiej</b:Publisher> | ||
<b:DOI>10.13140/2.1.3259.2169</b:DOI> | ||
<b:Author> | ||
<b:Author> | ||
<b:NameList> | ||
<b:Person> | ||
<b:Last>Czarnecki</b:Last> | ||
<b:Middle>and Or{\l}owski, Cezary</b:Middle> | ||
<b:First>Adam</b:First> | ||
</b:Person> | ||
</b:NameList> | ||
</b:Author> | ||
</b:Author> | ||
<b:Pages>99-108</b:Pages> | ||
<b:Year>2011</b:Year> | ||
<b:StandardNumber> DOI: 10.13140/2.1.3259.2169</b:StandardNumber> | ||
</b:Source> | ||
</b:Sources> |