From 71a8f79f4bdf567b6fce23091ca1663455cadba9 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 25 Jan 2013 13:15:09 +0100 Subject: improve the tests for cached value import The test now also tests for Err:* import and checks that these have been imported as error values and not only as text values. Future clean-up: Merge the cached matrix test file into the cached value one. Change-Id: I9c0a06f058ff6620bd7ca169b3bee07a5430997e --- sc/qa/unit/data/contentCSV/matrix2.csv | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sc/qa/unit/data/contentCSV') diff --git a/sc/qa/unit/data/contentCSV/matrix2.csv b/sc/qa/unit/data/contentCSV/matrix2.csv index 2effd613c639..8450f0d01c62 100644 --- a/sc/qa/unit/data/contentCSV/matrix2.csv +++ b/sc/qa/unit/data/contentCSV/matrix2.csv @@ -1,6 +1,6 @@ -Matrices with errors and other misc potential problems:,,,, -Err:502,Err:502,Err:502,,error result -#N/A,#N/A,#N/A,,n/a -TRUE,TRUE,TRUE,,Display TRUE instead of 1 -FALSE,FALSE,FALSE,,Display FALSE instead of 0 -42,,42,,Display blank cell instead of 0 +Matrices with errors and other misc potential problems: +Err:502,Err:502,Err:502, +#N/A,#N/A,#N/A, +TRUE,TRUE,TRUE, +FALSE,FALSE,FALSE, +42,,42,, -- cgit v1.2.3