mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Different API between JUnit and NUnit made TestIssue49() fail.
Solved.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2015-02-19 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* IssueTest.cs:
|
||||||
|
Different API between JUnit and NUnit made TestIssue49()
|
||||||
|
fail. Solved.
|
||||||
|
|
||||||
2015-02-19 Natalia Portillo <claunia@claunia.com>
|
2015-02-19 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* ParseTest.cs:
|
* ParseTest.cs:
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ namespace plistcil.test
|
|||||||
public static void TestIssue49()
|
public static void TestIssue49()
|
||||||
{
|
{
|
||||||
NSDictionary dict = (NSDictionary)PropertyListParser.Parse(new FileInfo("test-files/issue49.plist"));
|
NSDictionary dict = (NSDictionary)PropertyListParser.Parse(new FileInfo("test-files/issue49.plist"));
|
||||||
Assert.Equals(0, dict.Count);
|
Assert.AreEqual(0, dict.Count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user