~ubuntu-branches/ubuntu/utopic/anki/utopic

« back to all changes in this revision

Viewing changes to tests/test_sched.py

  • Committer: Package Import Robot
  • Author(s): Andreas Bombe
  • Date: 2014-05-11 17:13:36 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140511171336-2vxrcfclmfjedas2
Tags: 2.0.26+dfsg-1
ImportedĀ UpstreamĀ versionĀ 2.0.26+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    c.queue = 1
177
177
    c.odue = 321
178
178
    c.flush()
179
 
    print "----begin"
180
179
    d.sched.removeLrn()
181
180
    c.load()
182
 
    print c.__dict__
183
181
    assert c.queue == 2
184
182
    assert c.due == 321
185
183