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
The following commit(s) were added to refs/heads/master by this push:
new 2cee94a Lucene.Net.Tests.Replicator: Fixed comments
2cee94a is described below
commit 2cee94aadfc5c9029811849ec60a0d48b7afec88
Author: Shad Storhaug <[email protected]>
AuthorDate: Sun Jul 14 03:21:39 2019 +0700
Lucene.Net.Tests.Replicator: Fixed comments
---
.../Properties/AssemblyInfo.cs | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/Lucene.Net.Tests.Replicator/Properties/AssemblyInfo.cs
b/src/Lucene.Net.Tests.Replicator/Properties/AssemblyInfo.cs
index 6d67701..62b4349 100644
--- a/src/Lucene.Net.Tests.Replicator/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Tests.Replicator/Properties/AssemblyInfo.cs
@@ -44,15 +44,15 @@ using System.Runtime.InteropServices;
// so we know which test to investigate.
[assembly: NUnit.Framework.Timeout(120000)]
-All we know for certain is that it wasn't any of these tests
+//All we know for certain is that it wasn't any of these tests
-√ TestBasic [1s 220ms]
-√ TestNoUpdateThread [313ms]
-√ TestRecreateTaxonomy [233ms]
-√ TestRestart [380ms]
-√ TestUpdateThread [314ms]
-√ TestNoCommit [26ms]
-√ TestOpen [31ms]
-√ TestRevisionRelease [5ms]
-√ TestSegmentsFileLast [3ms]
+//√ TestBasic [1s 220ms]
+//√ TestNoUpdateThread [313ms]
+//√ TestRecreateTaxonomy [233ms]
+//√ TestRestart [380ms]
+//√ TestUpdateThread [314ms]
+//√ TestNoCommit [26ms]
+//√ TestOpen [31ms]
+//√ TestRevisionRelease [5ms]
+//√ TestSegmentsFileLast [3ms]
#endif