Changeset 1671

Show
Ignore:
Timestamp:
03/03/10 11:16:33 (5 months ago)
Author:
martin
Message:

Enhanced ullWidgetForeignKeyTest

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/ullTableTool/ullWidgetForeignKeyTest.php

    r1670 r1671  
    3333   $t->is($widget->render('foo', $testUser['id']), 
    3434    '<a title="Show business card" onclick="this.href=&quot;#&quot;;popup( 
    35             &quot;/ullUser/show/2&quot;, 
    36             &quot;Popup2&quot;, 
     35            &quot;/ullUser/show/' . $testUser['id'] . '&quot;, 
     36            &quot;Popup' . $testUser['id'] . '&quot;, 
    3737            &quot;width=720,height=720,scrollbars=yes,resizable=yes&quot; 
    38           );" href="/ullUser/show/2">Test &lt;big&gt;User&lt;/big&gt;</a>'); 
     38          );" href="/ullUser/show/' . $testUser['id'] . '">Test &lt;big&gt;User&lt;/big&gt;</a>');