Renamed project file to stay consistent with the current conventions; corrected the copy & paste error in the BinarySerializer's unit test comments; added temporary build files to svn:ignore list
git-svn-id: file:///srv/devel/repo-conversion/nusu@2 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
ce8df64be5
commit
fb7dba1c2c
3 changed files with 5 additions and 5 deletions
|
@ -18,16 +18,16 @@ namespace Nuclex.Support.Serialization {
|
|||
public int Dummy;
|
||||
}
|
||||
|
||||
/// <summary>Prepares some test data for the units test methods</summary>
|
||||
/// <summary>Prepares some test data for the unit test methods</summary>
|
||||
[TestFixtureSetUp]
|
||||
public void Setup() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Ensures that the ring buffer blocks write attempts that would exceed its capacity
|
||||
/// Tests wether a simple collection can be successfully saved and loaded again
|
||||
/// </summary>
|
||||
[Test]
|
||||
public void TestTooLargeChunk() {
|
||||
public void TestSimpleCollection() {
|
||||
MemoryStream buffer = new MemoryStream();
|
||||
|
||||
// Fill and save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue