Index: trunk/fundraiser-statistics/fundraiser-scripts/web_reporting/tests/views.py |
— | — | @@ -183,7 +183,7 @@ |
184 | 184 | os.chdir('/home/rfaulkner/trunk/projects/Fundraiser_Tools/classes/tests/') |
185 | 185 | |
186 | 186 | |
187 | | - f = open('auto_report.html', 'w') |
| 187 | + #f = open('auto_report.html', 'w') |
188 | 188 | |
189 | 189 | html_script = '' |
190 | 190 | |
— | — | @@ -231,9 +231,9 @@ |
232 | 232 | |
233 | 233 | # print html_script |
234 | 234 | |
235 | | - f.write(html_script) |
| 235 | + #f.write(html_script) |
236 | 236 | |
237 | | - f.close() |
| 237 | + #f.close() |
238 | 238 | |
239 | 239 | return [winner_dpi, percent_increase_dpi, confidence_dpi, winner_api, percent_increase_api, confidence_api] |
240 | 240 | |