<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/shorturls/tests/test_baseconv.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -55,11 +55,4 @@ bin = BaseConverter('01')
 hexconv = BaseConverter('0123456789ABCDEF')
 base62 = BaseConverter(
     'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz'
-)
-
-if __name__ == '__main__':
-    nums = [-10 ** 10, 10 ** 10] + range(-100, 100)
-    for c in [bin, hexconv, base62]:
-        for i in nums:
-            assert i == c.to_decimal(c.from_decimal(i)), '%s failed' % i
-
+)
\ No newline at end of file</diff>
      <filename>src/shorturls/baseconv.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
 from shorturls.tests.models import *
 from shorturls.tests.test_views import *
-from shorturls.tests.test_templatetag import *
\ No newline at end of file
+from shorturls.tests.test_templatetag import *
+from shorturls.tests.test_baseconv import *
\ No newline at end of file</diff>
      <filename>src/shorturls/tests/__init__.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8d062183fe97300fbc6583c3f0e21d340febd84b</id>
    </parent>
  </parents>
  <author>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </author>
  <url>http://github.com/jacobian/django-shorturls/commit/3a16e5d48ce6125fd9e5fc6573ffb80bd540c697</url>
  <id>3a16e5d48ce6125fd9e5fc6573ffb80bd540c697</id>
  <committed-date>2009-04-28T07:44:10-07:00</committed-date>
  <authored-date>2009-04-28T07:44:10-07:00</authored-date>
  <message>Moved the baseconv tests into the test suite so they'll be run along with everythign else.</message>
  <tree>deb8af78788ec7a18eca3d53c6ac4649756d8008</tree>
  <committer>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </committer>
</commit>
