mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
Extend the ArrayAndStreamBehaveTheSame test to test seeking back to the start
This commit is contained in:
@@ -64,6 +64,12 @@
|
||||
|
||||
Assert.True(stream.IsAtEnd());
|
||||
Assert.True(array.IsAtEnd());
|
||||
|
||||
stream.Seek(0);
|
||||
array.Seek(0);
|
||||
|
||||
Assert.False(stream.IsAtEnd());
|
||||
Assert.False(array.IsAtEnd());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user