projects
/
functorrent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e0032
)
Fix broken test
author
Jaseem Abid
<jaseemabid@gmail.com>
Sun, 19 Apr 2015 10:47:10 +0000
(16:17 +0530)
committer
Jaseem Abid
<jaseemabid@gmail.com>
Sun, 19 Apr 2015 10:47:10 +0000
(16:17 +0530)
test/Test.hs
patch
|
blob
|
history
diff --git
a/test/Test.hs
b/test/Test.hs
index fb6c768e3fe45c58884106f3c02ef5c9927c84d8..b0be736950df6b4dfde6be30d43b1ab7e69a261b 100644
(file)
--- a/
test/Test.hs
+++ b/
test/Test.hs
@@
-39,12
+39,12
@@
hello = Metainfo {
lengthInBytes = 12,
md5sum = Nothing
},
- infoHash = "\249\SYN\145=\129\182\205\\\181v0\144\154\EM\150f\152\221]}",
announceList = ["http://9.rarbg.com:2710/announce"],
creationDate = Just 1428717851,
comment = Just "hello world",
createdBy = Just "Jaseem Abid",
- encoding = Just "UTF-8"
+ encoding = Just "UTF-8",
+ infoHash = "\205CX(;\163<?TWS\175\CAND\222\253\250\214\136\EOT"
}
testFile :: TestTree