Skip to content

Commit

Permalink
Changed the length of the programversion field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Jacobs committed Mar 22, 2014
1 parent e11d631 commit fc22b91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyqso/adif.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def write(self, records, path):
<adif_ver:%d>%s
<programid:5>PyQSO
<programversion:4>0.1
<programversion:3>0.1
<eoh>\n""" % (dt, len(records), len(str(ADIF_VERSION)), ADIF_VERSION))

# Then write each log to the file.
Expand Down Expand Up @@ -417,7 +417,7 @@ def test_adif_write(self):
assert("""
<adif_ver:3>1.0
<programid:5>PyQSO
<programversion:4>0.1
<programversion:3>0.1
<eoh>
<call:7>TEST123
<qso_date:8>20120402
Expand Down Expand Up @@ -456,7 +456,7 @@ def test_adif_write_sqlite3_Row(self):
assert("""
<adif_ver:3>1.0
<programid:5>PyQSO
<programversion:4>0.1
<programversion:3>0.1
<eoh>
<call:7>TEST123
<qso_date:8>20120402
Expand Down

0 comments on commit fc22b91

Please sign in to comment.