Skip to content

Commit

Permalink
Better test
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Apr 22, 2014
1 parent 6982a3f commit 46cc7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Mime/test/Horde/Mime/PartTest.php
Expand Up @@ -348,8 +348,8 @@ public function testBug12536()
$msg = file_get_contents(__DIR__ . '/fixtures/bug12536.txt');
$part = Horde_Mime_Part::parseMessage($msg);

$this->assertNotEmpty($part->getPart(0));
$this->assertEmpty($part->getPart(1));
$this->assertTrue(isset($part['0']));
$this->assertFalse(isset($part['1']));
}

public function testBug12842()
Expand Down

0 comments on commit 46cc7d0

Please sign in to comment.