Skip to content

Commit

Permalink
Merge "(no ticket) Unnecessary "todo" comment in sinolpack tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
filipochnik authored and Gerrit Code Review committed Nov 7, 2013
2 parents 727dd3d + 277d114 commit 8d776de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oioioi/sinolpack/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_identify_tgz(self):
filename = get_test_filename('test_full_package.tgz')
self.assert_(SinolPackageBackend().identify(filename))

def _check_no_ingen_package(self, problem, doc=True): #TODO
def _check_no_ingen_package(self, problem, doc=True):
self.assertEqual(problem.short_name, 'test')

tests = Test.objects.filter(problem=problem)
Expand Down

0 comments on commit 8d776de

Please sign in to comment.