You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2020/06/24 18:12:12 UTC

[lucenenet] 18/26: Lucene.Net.Tests.ICU: Switched to using the Assert class from the test framework instead of NUnit (#295, #261).

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit aca9e479e32e25b6490d0b50f308ee7f2ad750b2
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Wed Jun 24 11:57:02 2020 +0700

    Lucene.Net.Tests.ICU: Switched to using the Assert class from the test framework instead of NUnit (#295, #261).
---
 src/dotnet/Lucene.Net.Tests.ICU/Support/TestJDKBreakIterator.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dotnet/Lucene.Net.Tests.ICU/Support/TestJDKBreakIterator.cs b/src/dotnet/Lucene.Net.Tests.ICU/Support/TestJDKBreakIterator.cs
index aea820d..7279c35 100644
--- a/src/dotnet/Lucene.Net.Tests.ICU/Support/TestJDKBreakIterator.cs
+++ b/src/dotnet/Lucene.Net.Tests.ICU/Support/TestJDKBreakIterator.cs
@@ -3,6 +3,7 @@ using Lucene.Net.Attributes;
 using Lucene.Net.Support;
 using NUnit.Framework;
 using System;
+using Assert = Lucene.Net.TestFramework.Assert;
 
 namespace Lucene.Net.Tests.ICU.Support
 {