From 14e2686af1aab6157c9cbb0f564eba45d95b7f0d Mon Sep 17 00:00:00 2001 From: Jens Kober Date: Thu, 21 Mar 2019 08:13:00 +0100 Subject: [PATCH] forgot to change one assert back --- bibtexbrowser-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser-test.php b/bibtexbrowser-test.php index 65c38c3..5dd747f 100755 --- a/bibtexbrowser-test.php +++ b/bibtexbrowser-test.php @@ -772,7 +772,7 @@ class BTBTest extends PHPUnit_Framework_TestCase { bibtexbrowser_configure('BIBTEXBROWSER_LINK_STYLE','nothing'); bibtexbrowser_configure('BIBLIOGRAPHYSTYLE','JanosBibliographyStyle'); - $this->assertEquals("Oscar Luis Vera-Pérez, Benjamin Danglot, Martin Monperrus, and Benoit Baudry, \"A Comprehensive Study of Pseudo-tested Methods\", Technical report, arXiv 1807.05030, 2018.\n ",strip_tags($btb->bibdb['arXiv-1807.05030']->toHTML())); + $this->assertEquals("Oscar Luis Vera-Pérez, Benjamin Danglot, Martin Monperrus and Benoit Baudry, \"A Comprehensive Study of Pseudo-tested Methods\", Technical report, arXiv 1807.05030, 2018.\n ",strip_tags($btb->bibdb['arXiv-1807.05030']->toHTML())); }