~replaceafill/ubuntu/trusty/schooltool/2.8

« back to all changes in this revision

Viewing changes to src/schooltool/course/browser/ftests/delete_schoolyear_sections.txt

  • Committer: Gediminas Paulauskas
  • Date: 2013-10-10 16:53:33 UTC
  • mfrom: (1.1.27)
  • Revision ID: menesis@pov.lt-20131010165333-knsk88i2od7b8o70
Tags: 1:2.6.0-0ubuntu1
* New upstream release.
* debian/redis.conf: save redis databases less often.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
And two sections
38
38
 
39
 
    >>> setup.addSection("History", "2005-2006", "Term 1", instructors=["SchoolTool"])
40
 
    >>> setup.addSection("History", "2005-2006", "Term 2", instructors=["SchoolTool"])
 
39
    >>> setup.addSection("History", "2005-2006", "Term 1", instructors=["Default"])
 
40
    >>> setup.addSection("History", "2005-2006", "Term 2", instructors=["Default"])
41
41
 
42
42
Now let's delete one term:
43
43