OSDN Git Service

素性情報が空文字の場合のテストケースを変更
authorkomutan <t_komuta@nifty.com>
Mon, 6 Jul 2015 10:49:46 +0000 (19:49 +0900)
committerkomutan <t_komuta@nifty.com>
Mon, 6 Jul 2015 10:49:46 +0000 (19:49 +0900)
src/LibNMeCabTest/IpaDicFeatureExtensionTest.cs

index 73f9612..ff4519f 100644 (file)
@@ -68,7 +68,7 @@ namespace LibNMeCabTest
             {
                 Feature = ""
             };
-            Assert.IsNull(node.GetPartsOfSpeech());
+            Assert.AreEqual("", node.GetPartsOfSpeech());
             Assert.IsNull(node.GetPartsOfSpeechSection1());
             Assert.IsNull(node.GetPartsOfSpeechSection2());
             Assert.IsNull(node.GetPartsOfSpeechSection3());