aboutsummaryrefslogtreecommitdiff
path: root/tests/test_rss.nim
diff options
context:
space:
mode:
authorAndy Davidoff <andy+github@disruptek.com>2020-02-15 21:50:39 -0500
committerAndy Davidoff <andy+github@disruptek.com>2020-02-15 21:50:39 -0500
commit04ac178d6839a0fd1f12d63a739e3299fe6cf3b9 (patch)
tree6a59a028ffd5d3fe8dd1ba29e22b4c08edb93408 /tests/test_rss.nim
parent30ed0739aa64abdb1dc4372c6618c4c5f35cd992 (diff)
downloadfeed-nim-04ac178d6839a0fd1f12d63a739e3299fe6cf3b9.tar.gz
feed-nim-04ac178d6839a0fd1f12d63a739e3299fe6cf3b9.zip
fix names on case-sensitive filesystems
Without this change, I was unable to pass the tests on Linux with a case-sensitive filesystem.
Diffstat (limited to 'tests/test_rss.nim')
-rw-r--r--tests/test_rss.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_rss.nim b/tests/test_rss.nim
index b5dc044..3e134b1 100644
--- a/tests/test_rss.nim
+++ b/tests/test_rss.nim
@@ -9,8 +9,8 @@ import unittest
import marshal
-import feednim
-import ../src/feednim/Rss
+import FeedNim
+import ../src/FeedNim/rss
test "Read Valid Rss Feed":
let feed = "./tests/test_rss.xml".loadRss()