From 2752eb5d9bb6799f7183ed472c73e982a45e785d Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Tue, 11 Jun 2019 18:32:42 +1200 Subject: [PATCH] Update tests --- tests/open_xml.txt | 2 +- tests/tests.rs | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/open_xml.txt b/tests/open_xml.txt index 66fd22bc9c..e3d0fa78e9 100644 --- a/tests/open_xml.txt +++ b/tests/open_xml.txt @@ -1,3 +1,3 @@ cd tests -open tests\test.xml | get rss.channel.item.link | echo $it +open test.xml | get rss.channel.item.link | echo $it exit diff --git a/tests/tests.rs b/tests/tests.rs index 338cc05c2b..3a1c19c006 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -64,6 +64,11 @@ mod tests { test_helper("open_json"); } + #[test] + fn open_xml() { + test_helper("open_xml"); + } + #[test] fn json_roundtrip() { test_helper("json_roundtrip");