<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -47,7 +47,7 @@ class VcfHelperTestCase extends CakeTestCase {
 		$result = $this-&gt;vcf-&gt;attr('timezone', '-05:00');
 		$expected = &quot;TZ:-05\:00\n&quot;;
 		$this-&gt;assertEqual($result, $expected);
-		
+
 		$result = $this-&gt;vcf-&gt;attr('email', 'example@example.com');
 		$expected = &quot;EMAIL;INTERNET:example@example.com\n&quot;;
 		$this-&gt;assertEqual($result, $expected);
@@ -58,10 +58,12 @@ class VcfHelperTestCase extends CakeTestCase {
  * @return void
  **/
 	function testCall() {
+		$result = $this-&gt;vcf-&gt;name(array('first' =&gt; 'bob', 'last' =&gt; 'smith', 'middle' =&gt; 'J'));
+
 		$result = $this-&gt;vcf-&gt;fullName('Mark Story');
 		$expected = &quot;FN:Mark Story\n&quot;;
 		$this-&gt;assertEqual($result, $expected);
-		
+
 		$this-&gt;expectError();
 		$this-&gt;vcf-&gt;stupidMethodName('foobar');
 	}
@@ -91,7 +93,6 @@ class VcfHelperTestCase extends CakeTestCase {
 		$expected = &quot;ADR;HOME:;;555 somestreet rd.;Toronto;Ontario;;Canada;\n&quot; .
 					&quot;LABEL;POSTAL;HOME;ENCODING=QUOTED-PRINTABLE:555 somestreet rd.=0D=0AToronto, Ontario =0D=0ACanada\n&quot;;
 		$this-&gt;assertEqual($result, $expected);
-
 	}
 
 	function tearDown() {</diff>
      <filename>cakephp/helpers/vcf/vcf.test.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>643c657aadeb7e303f9e60b3d7d7bbad8996ae5b</id>
    </parent>
  </parents>
  <author>
    <name>Mark Story</name>
    <email>mark@mark-story.com</email>
  </author>
  <url>http://github.com/markstory/story-scribbles/commit/0e729169b805cb13dca445bcf23e0b697e666d0e</url>
  <id>0e729169b805cb13dca445bcf23e0b697e666d0e</id>
  <committed-date>2009-05-28T20:07:09-07:00</committed-date>
  <authored-date>2009-05-28T20:07:09-07:00</authored-date>
  <message>Updating tests on vcf helper.</message>
  <tree>0854e3e0cd4dfda760f88917a93bd1d669d2ce63</tree>
  <committer>
    <name>Mark Story</name>
    <email>mark@mark-story.com</email>
  </committer>
</commit>
