mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 05:04:11 +08:00
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
This commit is contained in:
parent
43ebf7dee1
commit
41a2b67b0a
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<CLAS CLSNAME="ZCL_EXCEL_COMMON" VERSION="1" LANGU="E" DESCRIPT="Static common methods" UUID="E750494D16947660E1000000C0A8FA28" CATEGORY="00" EXPOSURE="2" STATE="1" RELEASE="0" CLSFINAL="X" CLSCCINCL="X" FIXPT="X" UNICODE="X" CLSBCCAT="00" WITH_UNIT_TESTS="X" DURATION_TYPE="0 " RISK_LEVEL="0 ">
|
||||
<CLAS CLSNAME="ZCL_EXCEL_COMMON" VERSION="1" LANGU="E" DESCRIPT="Static common methods" CATEGORY="00" EXPOSURE="2" STATE="1" RELEASE="0" CLSFINAL="X" CLSCCINCL="X" FIXPT="X" UNICODE="X" CLSBCCAT="00" WITH_UNIT_TESTS="X" DURATION_TYPE="0 " RISK_LEVEL="0 ">
|
||||
<localImplementation>*"* local class implementation for public class
|
||||
*"* use this source file for the implementation part of
|
||||
*"* local helper classes</localImplementation>
|
||||
|
@ -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
|
||||
).
|
||||
|
|
Loading…
Reference in New Issue
Block a user