diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-02-21 08:54:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-21 08:54:05 +0800 |
commit | 0751153613bfd2e39cf28e83bbe04b76641d222f (patch) | |
tree | 91ec0e2bd81c9007f15f9ab255e177d2be138f24 /models/unit_tests.go | |
parent | eaf9ded18201d8ad2587860ed98763ca040f0b71 (diff) | |
download | gitea-0751153613bfd2e39cf28e83bbe04b76641d222f.tar.gz gitea-0751153613bfd2e39cf28e83bbe04b76641d222f.zip |
refactor issue indexer, add some testing and fix a bug (#6131)
* refactor issue indexer, add some testing and fix a bug
* fix error copyright year on comment header
* issues indexer package import keep consistent
Diffstat (limited to 'models/unit_tests.go')
-rw-r--r-- | models/unit_tests.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/models/unit_tests.go b/models/unit_tests.go index f87dd7ee96..28cd91215e 100644 --- a/models/unit_tests.go +++ b/models/unit_tests.go @@ -44,10 +44,6 @@ func MainTest(m *testing.M, pathToGiteaRoot string) { fatalTestError("Error creating test engine: %v\n", err) } - if err = InitIssueIndexer(); err != nil { - fatalTestError("Error InitIssueIndexer: %v\n", err) - } - setting.AppURL = "https://try.gitea.io/" setting.RunUser = "runuser" setting.SSH.Port = 3000 |