Skip to content

Commit

Permalink
Added missing Schedule to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 30, 2011
1 parent a096b97 commit 8176b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def generate_samples():
yield 'HorizontalBar', SampleBar.horizontal()
yield 'VerticalBarLarge', SampleBar.vertical_large()
yield 'Pie', sample_Pie()

yield 'Schedule', sample_Schedule()

class SampleBar:
fields = ['Internet', 'TV', 'Newspaper', 'Magazine', 'Radio']
Expand Down

0 comments on commit 8176b07

Please sign in to comment.