Skip to content

Commit

Permalink
Remove TODOs (CO-1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzeller committed Mar 8, 2019
1 parent d1383b0 commit e2ccede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/tests/TestCase/Model/Table/MatchgridsTableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public function testValidationReferenceidMethod() {
* @return void
*/
public function testValidationReferenceidStart() {
$this->assertFieldRangeUnbounded('referenceid_start', 1); // TODO fix in MatchgridsTable null -> PHP_INT_MAX
$this->assertFieldRangeUnbounded('referenceid_start', 1);
$this->assertFieldAllowEmpty('referenceid_start');
}

Expand All @@ -326,7 +326,7 @@ public function testValidationReferenceidStart() {
*/
public function testValidationReferenceidPrefix() {
$this->assertFieldMaxLength('referenceid_prefix', 32);
$this->assertFieldAllowEmpty('referenceid_prefix'); // TODO fix in table class
$this->assertFieldAllowEmpty('referenceid_prefix');
}


Expand Down

0 comments on commit e2ccede

Please sign in to comment.