From 13925b5f8545bba1c27aa1f6a7f561cfbf149acf Mon Sep 17 00:00:00 2001 From: zaliqarosli Date: Wed, 19 Aug 2020 15:10:30 -0400 Subject: [PATCH] travis --- test/unittests/NDB_BVL_Instrument_LINST_ToJSON_Test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unittests/NDB_BVL_Instrument_LINST_ToJSON_Test.php b/test/unittests/NDB_BVL_Instrument_LINST_ToJSON_Test.php index 59fc8165ad5..3d6bb17f7a5 100644 --- a/test/unittests/NDB_BVL_Instrument_LINST_ToJSON_Test.php +++ b/test/unittests/NDB_BVL_Instrument_LINST_ToJSON_Test.php @@ -100,7 +100,7 @@ function testAllElements() { $instrument .= "select{@}textarea_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'\n"; $instrument .= "select{@}FieldName{@}Field Description{@}NULL=>''{-}'option_1'=>'Option 1'{-}'option_2'=>'Option 2'{-}'option_3'=>'Option 3'{-}'not_answered'=>'Not Answered'\n"; $instrument .= "selectmultiple{@}FieldName{@}Field Description{@}NULL=>''{-}'option_1'=>'Option 1'{-}'option_2'=>'Option 2'{-}'option_3'=>'Option 3'{-}'option_4'=>'Option 4'{-}'not_answered'=>'Not Answered'\n"; - $instrument .= "date{@}FieldName{@}Field Description{@}2003{@}2014\n"; + $instrument .= "date{@}FieldName_date{@}Field Description{@}2003{@}2014\n"; $instrument .= "select{@}date_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'\n"; $instrument .= "numeric{@}FieldName{@}Field Description{@}0{@}20\n"; $instrument .= "select{@}numeric_status{@}{@}NULL=>''{-}'not_answered'=>'Not Answered'"; @@ -199,7 +199,7 @@ function testAllElements() { ], [ 'Type' => "date", - "Name" => "FieldName", + "Name" => "FieldName_date", "Description" => "Field Description", "Options" => [ "MinDate" => "2003-01-01",