69
69
If we take a bug that is in one status and changes it to another, the
70
70
former status' count will of course decrease, and the latter's increase.
73
72
>>> bug = filebug(bugtarget, "Test Bug", status=BugTaskStatus.CONFIRMED)
74
73
>>> Store.of(bug).flush()
75
74
>>> old_counts = bugtarget.getBugCounts(None)