diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-08 11:28:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-08 11:28:20 +0200 |
commit | c1f9292b96edcb184a57147a4e47a7e10aacf1e8 (patch) | |
tree | 81d7c320f9d9530ba017dff318b5a8ef15a96af8 /qadevOOo/tests/java/mod | |
parent | c1a276e8e7e88f29f50ca0557fe1c0d9aa0f276a (diff) |
Fix build after f1454b474d9248d7ef2cb84f396a974184e5167e
..."tdf#45904 Move java XCellSeries test to c++".
For one, the XCellSeries tests needed to be removed from
qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv, now that those
tests are done in C++. (Plus some clean-up in
qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java and
sc/qa/unoapi/knownissues.xcl that was missing from
f1454b474d9248d7ef2cb84f396a974184e5167e.)
But for another, qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellCursorObj.csv
and qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellRangeObj.csv still list
XCellSeries tests (which apparently have not been superseded with C++ tests),
so partially revert f1454b474d9248d7ef2cb84f396a974184e5167e to get back
qadevOOo/tests/java/ifc/sheet/_XCellSeries.java needed by those tests.
Change-Id: I09f756fb804dafee3064947abcfb796db4797b32
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java index 0c9192e51df5..9647437c0fb4 100644 --- a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java @@ -208,9 +208,6 @@ public class ScTableSheetObj extends TestCase { TestEnvironment tEnv = new TestEnvironment(oObj); - // do not execute com::sun::star::sheets::XCellSeries::fillAuto() - tEnv.addObjRelation("XCELLSERIES_FILLAUTO", Boolean.FALSE); - // set the address ranges of the cells (see values set above): for e.g. XSheetOutline test tEnv.addObjRelation("CellRangeAddress", new CellRangeAddress((short)0, 6, 6, 8, 8)); |