Reorganized into classes. Implemented generic filtering.

This commit is contained in:
Jonathan Bernard
2010-02-12 10:04:51 -06:00
parent 249c1b39c4
commit ddc34722c8
8 changed files with 145 additions and 59 deletions

0
issue-tracker/0001f5.rst → issue-tracker/0001c5.rst Normal file → Executable file
View File

4
issue-tracker/0005t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for LIST operation
=================================
Add unit tests for listing issues with no filter.

4
issue-tracker/0006t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the PRIORITY filter
======================================
Add unit tests covering the priority selection criteria of the filter.

4
issue-tracker/0007t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the CATEGORIES filter
========================================
Add unit tests covering the categories filter criteria.

4
issue-tracker/0008t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the PROJECTS filter
======================================
Add unit tests covering the projects filter criteria.

4
issue-tracker/0009t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the RECURSE filter
=====================================
Add unit tests covering the subprojects filter criteria.

4
issue-tracker/0010t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the VERBOSE option
=====================================
Add unit tests covering the verbose option