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/08/24 18:29:48 UTC

[lucenenet] 01/13: Lucene.Net.Diagnostics: Moved AssertionException from test framework to Lucene.Net assembly

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 ee8d8e8c7dfc3ed3269bbe618584edd2b73d6fb8
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Thu Aug 13 04:16:44 2020 +0700

    Lucene.Net.Diagnostics: Moved AssertionException from test framework to Lucene.Net assembly
---
 .../Support/Diagnostics/AssertionException.cs                             | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/Lucene.Net.TestFramework/Support/Diagnostics/AssertionException.cs b/src/Lucene.Net/Support/Diagnostics/AssertionException.cs
similarity index 100%
rename from src/Lucene.Net.TestFramework/Support/Diagnostics/AssertionException.cs
rename to src/Lucene.Net/Support/Diagnostics/AssertionException.cs