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 /sc/qa/unoapi | |
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 'sc/qa/unoapi')
-rw-r--r-- | sc/qa/unoapi/knownissues.xcl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/qa/unoapi/knownissues.xcl b/sc/qa/unoapi/knownissues.xcl index 57295519a18b..b400fef1ee8c 100644 --- a/sc/qa/unoapi/knownissues.xcl +++ b/sc/qa/unoapi/knownissues.xcl @@ -148,9 +148,6 @@ sc.AccessibleEditableTextPara_HeaderFooter ### i88242 ### sc.ScModelObj::com::sun::star::view::XPrintable -### i88311 ### -sc.ScTableSheetObj::com::sun::star::sheet::XCellSeries - ### i88330 ### sc.ScAccessibleDocument |