Drop documentation test threshold

This commit is contained in:
Nyall Dawson 2015-12-16 06:10:33 +11:00
parent b57ff40c8b
commit a66a8eae59

View File

@ -27,7 +27,7 @@ from PyQt4.QtCore import qDebug
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)
ACCEPTABLE_MISSING_DOCS = 3842
ACCEPTABLE_MISSING_DOCS = 3839
class TestQgsDocCoverage(TestCase):