Fix filling in comments.

- VERBESSERT: Fehler bei der Kommentaraufforderung wurden behoben.
This commit is contained in:
Daniel Kraus
2015-09-07 21:17:27 +02:00
parent 3ce046a238
commit 2f60c2c5d1
5 changed files with 42 additions and 3 deletions

View File

@ -30,6 +30,7 @@ namespace Tests.Controller.Comments
[Test]
public void CreateCommentIfDoesNotExist()
{
CommentPool.Default.Reset();
int n = CommentPool.Default.Count;
ItemComment i = CommentPool.Default.GetCommentFor("item \"<>\"");
Assert.AreEqual(n + 1, CommentPool.Default.Count);