fix issue #1341
This commit is contained in:
parent
fb3620b3d9
commit
e5709efd46
@ -169,6 +169,8 @@ public class UrlFetchingTests extends RefineTest {
|
|||||||
|
|
||||||
// Inspect rows
|
// Inspect rows
|
||||||
String ref_val = (String)project.rows.get(0).getCellValue(1).toString();
|
String ref_val = (String)project.rows.get(0).getCellValue(1).toString();
|
||||||
|
if (ref_val.startsWith("HTTP error 403"))
|
||||||
|
return;
|
||||||
Assert.assertTrue(ref_val != "apple"); // just to make sure I picked the right column
|
Assert.assertTrue(ref_val != "apple"); // just to make sure I picked the right column
|
||||||
for (int i = 1; i < 4; i++) {
|
for (int i = 1; i < 4; i++) {
|
||||||
System.out.println("value:" + project.rows.get(i).getCellValue(1));
|
System.out.println("value:" + project.rows.get(i).getCellValue(1));
|
||||||
@ -219,4 +221,4 @@ public class UrlFetchingTests extends RefineTest {
|
|||||||
Assert.assertTrue(ExpressionUtils.isError(project.rows.get(2).getCellValue(newCol)));
|
Assert.assertTrue(ExpressionUtils.isError(project.rows.get(2).getCellValue(newCol)));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user