<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -158,12 +158,12 @@ def main():
   if 'verify' in sys.argv:
     verify(db_pg, number_of_tiles, files_hashes, continent,  north, south, west, east)
 
-  # If a tile name is given as the sixth argument it will resume from there.
+  # If a tile name is given as the second argument it will resume from there.
   p = re.compile('[NSEW]\d*')
   resume_from = &quot;&quot;
   try:
-    if(p.find(sys.argv[6])):
-      resume_from = sys.argv[6]
+    if(p.find(sys.argv[2])):
+      resume_from = sys.argv[2]
       
   except: 
     None</diff>
      <filename>read_data_pg.py</filename>
    </modified>
    <modified>
      <diff>@@ -9,5 +9,6 @@ echo &quot;Verify this download...&quot;
 python test/verify_download.py Australia -11 -11 119 119
 
 echo &quot;Test database insert...&quot;
-python test/test_read_data_pg.py
+python test/test_read_data_pg.py Australia -11 -11 119 119
+
 </diff>
      <filename>test/test_everything.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5f0691a5d071897ec24c79ba53fa6a70682ac1e6</id>
    </parent>
  </parents>
  <author>
    <name>Sjors</name>
    <email>sjors@sprovoost.nl</email>
  </author>
  <url>http://github.com/Sjors/srtm2postgis/commit/cd0fcd71b946572390ff4bfbc260097432f09112</url>
  <id>cd0fcd71b946572390ff4bfbc260097432f09112</id>
  <committed-date>2008-08-07T21:33:15-07:00</committed-date>
  <authored-date>2008-08-07T21:33:15-07:00</authored-date>
  <message>Minor bug fixes</message>
  <tree>8a05f0d5413ffbc8a29c4c23e7616120cd02a581</tree>
  <committer>
    <name>Sjors</name>
    <email>sjors@sprovoost.nl</email>
  </committer>
</commit>
