Skip to content

Commit

Permalink
Adjust unit test.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
  • Loading branch information
Tithugues committed Sep 12, 2015
1 parent 8c289e5 commit 68831ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/libraries/PMA_transformation_test.php
Expand Up @@ -108,7 +108,7 @@ public function testGetTypes()
4 => 'Image/PNG: Inline',
5 => 'Text/Octetstream: Sql',
6 => 'Text/Plain: Binarytoip',
7 => 'Text/Plain: Bool2text',
7 => 'Text/Plain: Bool2Text',
8 => 'Text/Plain: Dateformat',
9 => 'Text/Plain: External',
10 => 'Text/Plain: Formatted',
Expand All @@ -118,7 +118,7 @@ public function testGetTypes()
14 => 'Text/Plain: Xml',
15 => 'Text/Plain: Link',
16 => 'Text/Plain: Longtoipv4',
17 => 'Text/Plain: Preappend',
17 => 'Text/Plain: PreApPend',
18 => 'Text/Plain: Substring',
),
'transformation_file' => array (
Expand All @@ -144,15 +144,15 @@ public function testGetTypes()
),
'input_transformation' => array(
'Image/JPEG: Upload',
'Text/Plain: Fileupload',
'Text/Plain: FileUpload',
'Text/Plain: Iptobinary',
'Text/Plain: JsonEditor',
'Text/Plain: Regexvalidation',
'Text/Plain: RegexValidation',
'Text/Plain: SqlEditor',
'Text/Plain: XmlEditor',
'Text/Plain: Link',
'Text/Plain: Longtoipv4',
'Text/Plain: Preappend',
'Text/Plain: PreApPend',
'Text/Plain: Substring',
),
'input_transformation_file' => array(
Expand Down

0 comments on commit 68831ad

Please sign in to comment.