<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -178,7 +178,7 @@ class _EasyTwillBrowser(twill.browser.TwillBrowser):
     def go(self, url, args=None, kwargs=None, default=None):
         assert not ((args or kwargs) and default==False)
 
-        if args or kwargs:
+        if args is not None or kwargs is not None:
             url = reverse(url, args=args, kwargs=kwargs)
             default = True    # default is implied
 </diff>
      <filename>test_utils/utils/twill_runner.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ebcbd9780b01be9e7ab984576230be3caba6c98d</id>
    </parent>
  </parents>
  <author>
    <name>melsdoerfer</name>
    <email>michael@elsdoerfer.com</email>
  </author>
  <url>http://github.com/ericholscher/django-test-utils/commit/13c93bb2c7e898f4aba6fc325ae29b41fa4d681d</url>
  <id>13c93bb2c7e898f4aba6fc325ae29b41fa4d681d</id>
  <committed-date>2009-10-09T18:40:40-07:00</committed-date>
  <authored-date>2009-09-13T06:37:37-07:00</authored-date>
  <message>Allow reversing argument-less URLs by specifying empty args or kwargs.</message>
  <tree>f42c9907b90bc078bba7b55597d22b8a0f9232e8</tree>
  <committer>
    <name>Eric Holscher</name>
    <email>eric@ericholscher.com</email>
  </committer>
</commit>
