From 41a2b67b0a828d0db0e2631d0dc7cbad7f71141e Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Mon, 20 May 2013 20:21:16 +0000 Subject: [PATCH] Fixed failing unit test of ZCL_EXCEL_COMMON Ready to test #268 git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@420 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049 --- ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk b/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk index 542d099..233abc4 100644 --- a/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk +++ b/ZA2X/CLAS/ZCL_EXCEL_COMMON.slnk @@ -1,5 +1,5 @@ - + *"* local class implementation for public class *"* use this source file for the implementation part of *"* local helper classes @@ -225,7 +225,7 @@ CLASS lcl_excel_common_test IMPLEMENTATION. CATCH zcx_excel INTO lx_excel. zcl_excel_common=>assert_equals( act = lx_excel->error - exp = 'Unable to interpret column' + exp = 'Unable to interpret input as column' msg = 'Colum name should be a valid string' level = if_aunit_constants=>fatal ).