From 8f8f41a7c24b53667e71b20a131864958df1c664 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 19 Aug 2017 16:31:45 +0000 Subject: Fix 60384 and 60709: When shifting with merged regions we should correctly check if the region is moved along or needs to be removed because it is not fully kept via the shifting. This was broken by the fix for bug 59740, now additional unit tests ensure that it works better. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805518 13f79535-47bb-0310-9956-ffa450edef68 --- test-data/spreadsheet/60384.xlsx | Bin 0 -> 6611 bytes test-data/spreadsheet/60709.xlsx | Bin 0 -> 28096 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test-data/spreadsheet/60384.xlsx create mode 100644 test-data/spreadsheet/60709.xlsx (limited to 'test-data') diff --git a/test-data/spreadsheet/60384.xlsx b/test-data/spreadsheet/60384.xlsx new file mode 100644 index 0000000000..3695a439ba Binary files /dev/null and b/test-data/spreadsheet/60384.xlsx differ diff --git a/test-data/spreadsheet/60709.xlsx b/test-data/spreadsheet/60709.xlsx new file mode 100644 index 0000000000..3aa58777bb Binary files /dev/null and b/test-data/spreadsheet/60709.xlsx differ -- cgit v1.2.3