File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ choices : { titles : FW.Xpath('//div[@id="content"]//div[@class="gs-title"]/a[no
123
123
urls : FW . Xpath ( '//div[@id="content"]//div[@class="gs-title"]/a[not(contains(@href, "search.php?"))]' ) . key ( 'href' ) . text ( ) }
124
124
} ) ;
125
125
126
- /** BEGIN TEST CASES **/
126
+ /** BEGIN TEST CASES **
127
+ These currently seem to intermittently crash the unit tester
127
128
var testCases = [
128
129
{
129
130
"type": "web",
@@ -209,16 +210,12 @@ var testCases = [
209
210
"accessDate": "CURRENT_TIMESTAMP"
210
211
}
211
212
]
212
- }
213
- ]
214
- /** END TEST CASES **/
215
- /*
216
- This test commented out because it intermittently results in very high memory use and
217
- crashes.
213
+ },
218
214
{
219
215
"type": "web",
220
216
"url": "http://www.washingtonmonthly.com/search2.php?search=europe",
221
217
"items": "multiple",
222
218
"defer": true
223
219
}
224
- */
220
+ ]
221
+ ** END TEST CASES **/
You can’t perform that action at this time.
0 commit comments