Browse Source

Added missing Schedule to tests

pull/8/head
Jason R. Coombs 14 years ago
parent
commit
8176b07de4
  1. 2
      tests/samples.py

2
tests/samples.py

@ -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']

Loading…
Cancel
Save