diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Network/BitTorrent/DHT/TestData.hs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Network/BitTorrent/DHT/TestData.hs b/tests/Network/BitTorrent/DHT/TestData.hs index de4a1175..2e000a77 100644 --- a/tests/Network/BitTorrent/DHT/TestData.hs +++ b/tests/Network/BitTorrent/DHT/TestData.hs | |||
@@ -15,31 +15,31 @@ testTorrents :: [TestEntry] | |||
15 | testTorrents = | 15 | testTorrents = |
16 | [ TestEntry | 16 | [ TestEntry |
17 | { entryName = "Automate with Arduino, Android..." | 17 | { entryName = "Automate with Arduino, Android..." |
18 | , entryHash = "8C0433E541DC5D1CFC095799CEF171CD4EB586F7" | 18 | , entryHash = "8c0433e541dc5d1cfc095799cef171cd4eb586f7" |
19 | , entryPeers = 300 | 19 | , entryPeers = 300 |
20 | } | 20 | } |
21 | 21 | ||
22 | , TestEntry | 22 | , TestEntry |
23 | { entryName = "Beginning Programming with Java For Dummies" | 23 | { entryName = "Beginning Programming with Java For Dummies" |
24 | , entryHash = "FD8967721731CC16C8B203A03E49CE839CECF184" | 24 | , entryHash = "fd8967721731cc16c8b203a03e49ce839cecf184" |
25 | , entryPeers = 200 | 25 | , entryPeers = 200 |
26 | } | 26 | } |
27 | 27 | ||
28 | , TestEntry | 28 | , TestEntry |
29 | { entryName = "The C Programming Language" | 29 | { entryName = "The C Programming Language" |
30 | , entryHash = "146D13F090E50E97091DBBE5B37678DD1471CFAD" | 30 | , entryHash = "146d13f090e50e97091dbbe5b37678dd1471cfad" |
31 | , entryPeers = 100 | 31 | , entryPeers = 100 |
32 | } | 32 | } |
33 | 33 | ||
34 | , TestEntry | 34 | , TestEntry |
35 | { entryName = "The C++ Programming Language" | 35 | { entryName = "The C++ Programming Language" |
36 | , entryHash = "8E8E8E6319031A22CFF26D895AFE050085C84A7F" | 36 | , entryHash = "8e8e8e6319031a22cff26d895afe050085c84a7f" |
37 | , entryPeers = 50 | 37 | , entryPeers = 50 |
38 | } | 38 | } |
39 | 39 | ||
40 | , TestEntry | 40 | , TestEntry |
41 | { entryName = "Game and Graphics Programming for iOS..." | 41 | { entryName = "Game and Graphics Programming for iOS..." |
42 | , entryHash = "703D0595B727FCCBFAA3D03BE25F57347CCFD6DE" | 42 | , entryHash = "703d0595b727fccbfaa3d03be25f57347ccfd6de" |
43 | , entryPeers = 30 | 43 | , entryPeers = 30 |
44 | } | 44 | } |
45 | ] | 45 | ] |