This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 4c65db1 Lucene.Net.TestFramework: Removed files and folders for
Lucene.Net.TestFramework.NUnit, Lucene.Net.TestFramework.MSTest, and
Lucene.Net.TestFramework.xUnit and moved NUnit Assert class into
Lucene.Net.TestFramework project.
new e3c7e05 BREAKING:
Lucene.Net.TestFramework.Store.MockDirectoryWrapper: Renamed
AssertNoUnreferencedFilesOnClose to AssertNoUnreferencedFilesOnDispose
new 5f1b653 Lucene.Net.TestFramework.Util.LuceneTestCase: Updated XML doc
comments on how to configure the random seed and culture via file, attribute,
or environment variable.
new 279fbb1
Lucene.Net.TestFramework.Store.MockIndexOutputWrapper::CheckDiskFull():
Completed implementation to write thread name and stack trace in Verbose mode.
new dd7dc18 Lucene.Net.TestFramework: Reviewed and removed some TODOs
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Analysis/BaseTokenStreamTestCase.cs | 2 +-
.../Index/BaseStoredFieldsFormatTestCase.cs | 2 +-
.../Store/MockDirectoryWrapper.cs | 2 +-
.../Store/MockIndexOutputWrapper.cs | 12 +--
.../Support/JavaCompatibility/LuceneTestCase.cs | 8 +-
.../Util/LuceneTestCase.cs | 111 ++++++++++++++-------
.../Index/TestIndexSplitter.cs | 2 +-
src/Lucene.Net.Tests/Index/TestCrash.cs | 6 +-
src/Lucene.Net.Tests/Index/TestDoc.cs | 4 +-
.../Index/TestIndexWriterWithThreads.cs | 2 +-
src/Lucene.Net.Tests/Index/TestStressIndexing.cs | 2 +-
src/Lucene.Net.Tests/Index/TestTransactions.cs | 4 +-
12 files changed, 98 insertions(+), 59 deletions(-)