Removed TODO (already done)
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/7521951b Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/7521951b Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/7521951b Branch: refs/heads/master Commit: 7521951b6a39924da2b0a3267820eb45efdb2bee Parents: 8a58d85 Author: Shad Storhaug <[email protected]> Authored: Thu May 18 18:52:39 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Thu May 18 18:53:27 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/7521951b/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs b/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs index 8f3eaf3..9592653 100644 --- a/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs +++ b/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs @@ -621,7 +621,6 @@ namespace Lucene.Net.Util /* LUCENENET TODO: Not sure how to convert these ParentChainCallRule.TeardownCalled = true; */ - //CleanupTemporaryFiles(); // LUCENENET TODO: Move this to OneTimeTearDown()? Calling it here deletes shared files too early. } // LUCENENET specific constants to scan the test framework for codecs/docvaluesformats/postingsformats only once
