summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-06 16:38:37 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-06 16:13:27 +0000
commit7afe51975e21e99a8aa08183c77c0b2774a62b8f (patch)
tree1fbaaeab11a7d1f040ed9ed92060ad5de28dfe67 /sc
parent5f0c3172b3d2a5d3a71ab19caa5b462b539cbbe6 (diff)
don't use same file in two tests
Change-Id: I853e5390cf5c3f6fe8ac8e00a876ed021c35a766 Reviewed-on: https://gerrit.libreoffice.org/22954 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/copy_paste_test.cxx4
-rw-r--r--sc/qa/unit/data/xls/chartx2.xlsbin0 -> 14848 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx
index fd3af4f66036..e0bd40279639 100644
--- a/sc/qa/unit/copy_paste_test.cxx
+++ b/sc/qa/unit/copy_paste_test.cxx
@@ -53,8 +53,8 @@ void ScCopyPasteTest::testCopyPasteXLS()
CPPUNIT_ASSERT( xTargetFrame.is() );
// 1. Open the document
- ScDocShellRef xDocSh = loadDoc("chartx.", FORMAT_XLS);
- CPPUNIT_ASSERT_MESSAGE("Failed to load chartx.xls.", xDocSh.Is());
+ ScDocShellRef xDocSh = loadDoc("chartx2.", FORMAT_XLS);
+ CPPUNIT_ASSERT_MESSAGE("Failed to load chartx2.xls.", xDocSh.Is());
uno::Reference< frame::XModel2 > xModel2 ( xDocSh->GetModel(), UNO_QUERY );
CPPUNIT_ASSERT( xModel2.is() );
diff --git a/sc/qa/unit/data/xls/chartx2.xls b/sc/qa/unit/data/xls/chartx2.xls
new file mode 100644
index 000000000000..2294c15f7b6f
--- /dev/null
+++ b/sc/qa/unit/data/xls/chartx2.xls
Binary files differ