~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/tests/test_bug.py

[r=sinzui][bug=680131] Add doNotSnapshot to IBug.activity to fix OOPS
        when marking yourself as affected by a bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
                [token for token in sql_tokens
152
152
                 if token.startswith('message')],
153
153
                [])
 
154
            self.assertEqual(
 
155
                [token for token in sql_tokens
 
156
                 if token.startswith('bugactivity')],
 
157
                [])
154
158
 
155
159
 
156
160
class TestBugCreation(TestCaseWithFactory):