Fix URL caching test on Appveyor

This commit is contained in:
Antonin Delpeuch 2018-01-03 18:52:12 +01:00
parent bdf1c3eda7
commit f14543bfca

View File

@ -169,7 +169,7 @@ public class UrlFetchingTests extends RefineTest {
// Inspect rows
String ref_val = (String)project.rows.get(0).getCellValue(1).toString();
if (ref_val.startsWith("HTTP error 403"))
if (ref_val.startsWith("HTTP error 403") || ref_val.startsWith("HTTP error 503"))
return;
Assert.assertTrue(ref_val != "apple"); // just to make sure I picked the right column
for (int i = 1; i < 4; i++) {