Skip to content

Commit c05bcfc

Browse files
committed
Announce diff success for both empty diff and diff matching stored diff.
- Legacy-Id: 319
1 parent a3f93df commit c05bcfc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ def doUrlsTest(self, lst):
193193
else:
194194
print "Diff: %s" % (url)
195195
print diff
196+
else:
197+
print "OK diff %s" % (url)
198+
196199
except:
197200
print "Exception occurred for url %s" % (url)
198201
raise

0 commit comments

Comments
 (0)