|
|
@@ -65,9 +65,9 @@ class Zend_Barcode_Object_Code39Test extends Zend_Barcode_Object_TestCommon
|
|
|
public function testSetTextWithSpaces()
|
|
|
{
|
|
|
$this->_object->setText(' 0123456789 ');
|
|
|
- $this->assertSame('0123456789', $this->_object->getRawText());
|
|
|
- $this->assertSame('*0123456789*', $this->_object->getText());
|
|
|
- $this->assertSame('*0123456789*', $this->_object->getTextToDisplay());
|
|
|
+ $this->assertSame(' 0123456789 ', $this->_object->getRawText());
|
|
|
+ $this->assertSame('* 0123456789 *', $this->_object->getText());
|
|
|
+ $this->assertSame('* 0123456789 *', $this->_object->getTextToDisplay());
|
|
|
}
|
|
|
|
|
|
public function testSetTextWithChecksum()
|