136 |
# least one call to a method that copies to the transient db at |
# least one call to a method that copies to the transient db at |
137 |
# its end. |
# its end. |
138 |
self.run_iceland_political_tests(table) |
self.run_iceland_political_tests(table) |
139 |
|
# At this point the data has probably not been copied to the |
140 |
|
# transient DB yet, so we force it by calling the |
141 |
|
# transient_table method. |
142 |
|
table.transient_table() |
143 |
|
|
144 |
|
# Run the tests again. |
145 |
self.run_iceland_political_tests(table) |
self.run_iceland_political_tests(table) |
146 |
|
|
147 |
def test_auto_transient_table_query(self): |
def test_auto_transient_table_query(self): |