summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Nitrate.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/Nitrate.py b/Nitrate.py
index e82df46..c810bef 100644
--- a/Nitrate.py
+++ b/Nitrate.py
@@ -494,11 +494,11 @@ class PlanType(Nitrate):
""" Plan type. """
_plantypes = ['Null', 'Unit', 'Integration', 'Function', 'System',
- 'Acceptance', 'Installation', 'Performance', 'Product',
- 'Interoperability', 'Smoke', 'Regression', 'NotExist',
- 'i18n/l10n', 'Load', 'Sanity', 'Functionality', 'Stress',
- 'Stability', 'Density', 'Benchmark', 'testtest', 'test11',
- 'Place Holder', 'Recovery', 'Component', 'General', 'Release']
+ 'Acceptance', 'Installation', 'Performance', 'Product',
+ 'Interoperability', 'Smoke', 'Regression', 'NotExist', 'i18n/l10n',
+ 'Load', 'Sanity', 'Functionality', 'Stress', 'Stability',
+ 'Density', 'Benchmark', 'testtest', 'test11', 'Place Holder',
+ 'Recovery', 'Component', 'General', 'Release']
def __init__(self, plantype):
"""