Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 4, 2014
1 parent 5d8cf6d commit 42415de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turba/test/Turba/Unit/ExportTest.php
Expand Up @@ -59,6 +59,7 @@ public function setUp()
'__tags' => array('Foo', 'Foo,Bar', 'Foo;Bar', 'Bar'),
);
$this->driver = new Turba_Driver();
$this->driver->map = array_fill_keys(array_keys($this->contact), true);
$this->object = new Turba_Object($this->driver, $this->contact);
}

Expand Down Expand Up @@ -150,6 +151,7 @@ public function testExportBug9207()
$this->assertEquals(
'BEGIN:VCARD
VERSION:3.0
FN:Mr. Jan K. Schneiderö
EMAIL;TYPE=INTERNET:jan@horde.org
NICKNAME:yunosh
X-EPOCSECONDNAME:yunosh
Expand All @@ -171,7 +173,6 @@ public function testExportBug9207()
FgAUYwBgEAFWYA4dv5cHYAAAAASUVORK5CYII=
CATEGORIES:Foo,Foo\,Bar,Foo\;Bar,Bar
N:Schneiderö;Jan;K.;Mr.;
FN:Mr. Jan K. Schneiderö
ORG:Horde Project;äöü
ADR;TYPE=HOME:;;Schönestr. 15\n33604 Bielefeld;;;;
ADR;TYPE=WORK:;;Hübschestr. 19;Köln;Allgäu;;Denmark
Expand Down

0 comments on commit 42415de

Please sign in to comment.