Network-related operations of the TorrentManager class
This commit adds the downloadTorrentFile, download_file_manifest, download_data_packet methods
Change-Id: Ie221bc07907eb58117e83e317eca578174142d6d
Refs: #3505
diff --git a/tests/unit-tests/file-manifest.t.cpp b/tests/unit-tests/file-manifest.t.cpp
index 80a344e..72316f8 100644
--- a/tests/unit-tests/file-manifest.t.cpp
+++ b/tests/unit-tests/file-manifest.t.cpp
@@ -345,11 +345,11 @@
// Negative tests
// non-existent file
{128 , 128 , "tests/testdata/foo/fake.txt", "/NTORRENT/foo/", false, true },
- // // prefix mismatch
+ // prefix mismatch
{128 , 128 , "tests/testdata/foo/bar.txt", "/NTORRENT/bar/", false, true },
- // scaling test
+ // scaling test
// {10240 , 5120 , "tests/testdata/foo/huge_file", "/NTORRENT/foo/", false, false },
- // assertion failures (tests not supported on platforms)
+ // assertion failures (tests not supported on platforms)
// {0 , 128 , "tests/testdata/foo/bar.txt", "/NTORRENT/bar/", true },
// {128 , 0 , "tests/testdata/foo/bar.txt", "/NTORRENT/bar/", true },
};