File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ public class BencodeTests
1111 [ Fact ]
1212 public void TorrentFileDecodeEncodeIsEqual ( )
1313 {
14- const string originalFile = @"Files\ ubuntu-14.10-desktop-amd64.iso.torrent" ;
15- const string newFile = @"Files\ ubuntu-14.10-desktop-amd64.iso.test.torrent" ;
14+ const string originalFile = @"Files/ ubuntu-14.10-desktop-amd64.iso.torrent" ;
15+ const string newFile = @"Files/ ubuntu-14.10-desktop-amd64.iso.test.torrent" ;
1616
1717 using ( var streamRead = File . OpenRead ( originalFile ) )
1818 {
@@ -32,7 +32,7 @@ public void TorrentFileDecodeEncodeIsEqual()
3232 [ Fact ]
3333 public void Decode_TorrentFile_FromPath ( )
3434 {
35- const string path = @"Files\ ubuntu-14.10-desktop-amd64.iso.torrent" ;
35+ const string path = @"Files/ ubuntu-14.10-desktop-amd64.iso.torrent" ;
3636
3737 TorrentFile actual ;
3838 TorrentFile expected ;
@@ -49,7 +49,7 @@ public void Decode_TorrentFile_FromPath()
4949 [ Fact ]
5050 public void Decode_TorrentFile_FromStream ( )
5151 {
52- const string path = @"Files\ ubuntu-14.10-desktop-amd64.iso.torrent" ;
52+ const string path = @"Files/ ubuntu-14.10-desktop-amd64.iso.torrent" ;
5353
5454 TorrentFile actual ;
5555 TorrentFile expected ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class TorrentFileTests
1010
1111 public TorrentFileTests ( )
1212 {
13- const string path = @"Files\ ubuntu-14.10-desktop-amd64.iso.torrent" ;
13+ const string path = @"Files/ ubuntu-14.10-desktop-amd64.iso.torrent" ;
1414
1515 torrent = Bencode . DecodeTorrentFile ( path ) ;
1616 }
You can’t perform that action at this time.
0 commit comments