示例#1
0
 // The last block is off by 1 byte + lots of padding zero at the end.
 public void CanEnumerateIncompleteBlk()
 {
     Assert.Equal(300, StoredBlock.EnumerateFile(TestDataLocations.DataBlockFolder("incompleteblk.dat"), network: Network.PurpleMain).Count());
 }
示例#2
0
 //The last block is off by 1 byte + lots of padding zero at the end
 public void CanEnumerateIncompleteBlk()
 {
     Assert.Equal(301, StoredBlock.EnumerateFile(@"data\blocks\incompleteblk.dat").Count());
 }