Skip to content

Commit

Permalink
refs #93 不正な数式の場合のテストケースを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
mygreen committed Dec 23, 2016
1 parent c4676e5 commit c0f6829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public void test_error_wrongFormula_forExcel() throws Exception {
.field(createField("c1")
.override(true)
.annotation(createAnnotation(XlsFormula.class)
.attribute("value", "TEST(A1)")
.attribute("value", ")1+TESTA1)")
.buildAnnotation())
.buildField())
.buildClass())
Expand Down

0 comments on commit c0f6829

Please sign in to comment.