Skip to content

Commit

Permalink
DOH
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 7, 2017
1 parent a6bfb60 commit 238171d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ matrix:
addons:
apt:
packages:
- libxslt-dev
- libxslt1-dev
- valgrind

r_github_packages:
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-xslt.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ test_that("XML document gets properly transformed using a stylesheet", {
doc <- read_xml(system.file("examples/cd_catalog.xml", package = "xslt"))
style <- read_xml(system.file("examples/cd_catalog.xsl", package = "xslt"))
html <- xml_xslt(doc, style)
orig <- read_xml("tests/testthat/cd_catalog.html")
orig <- read_xml("cd_catalog.html")
expect_equal(as.character(html, options = "as_html"), as.character(orig, options = "as_html"))
})

0 comments on commit 238171d

Please sign in to comment.