Skip to content

Commit

Permalink
Merge branch 'b-6.1.x' into b-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Hyneck committed Aug 30, 2019
2 parents 4ffae0d + 20444b8 commit 172e01b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Unit/Application/Model/ArticleTest.php
Expand Up @@ -1543,7 +1543,6 @@ public function testInsert()
$sOxid = oxDb::getDb()->getOne("Select oxid from oxarticles where oxid = '_testArt2'"); $sOxid = oxDb::getDb()->getOne("Select oxid from oxarticles where oxid = '_testArt2'");
$this->assertEquals('_testArt2', $sOxid); $this->assertEquals('_testArt2', $sOxid);
$this->assertTrue($oArticle->oxarticles__oxinsert->value >= $now); $this->assertTrue($oArticle->oxarticles__oxinsert->value >= $now);
$this->assertTrue($oArticle->oxarticles__oxtimestamp->value >= $now);
$this->assertEquals('oxarticle', $oArticle->oxarticles__oxsubclass->value); $this->assertEquals('oxarticle', $oArticle->oxarticles__oxsubclass->value);
} }


Expand Down

0 comments on commit 172e01b

Please sign in to comment.