Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-08-28 00:11:49 +0000
committerrbrooks2010-08-28 00:11:49 +0000
commit894ac186f7d7286926b73b70a25614e0773bc15e (patch)
treee61daea7557be03bc0c1637d5e071df4dc2128b5 /plugins/org.eclipse.osee.framework.skynet.core/support
parentd28d4eb6cdf5c9273f8cf1dfd998d1d3a1848cd6 (diff)
downloadorg.eclipse.osee-894ac186f7d7286926b73b70a25614e0773bc15e.tar.gz
org.eclipse.osee-894ac186f7d7286926b73b70a25614e0773bc15e.tar.xz
org.eclipse.osee-894ac186f7d7286926b73b70a25614e0773bc15e.zip
[bug 321187] update TestPlanComplianceReport to be more informative and improve formatting; also add corresponding tests
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core/support')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
index cc6d2e99de5..37f6cff62b5 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
+++ b/plugins/org.eclipse.osee.framework.skynet.core/support/OseeTypes_Framework.osee
@@ -152,6 +152,8 @@ oseeEnumType "enum.test.proc.status" {
entryGuid "APt7j0aZWF2BJc_BqnQA"
entry "Completed -- With Issues Resolved"
entryGuid "APt7j0cv9B1ImjckeTAA"
+ entry "Partially Complete"
+ entryGuid "AAvULbOIbxhPUO_oDFQA"
}
attributeType "Test Procedure Status" extends EnumeratedAttribute {

Back to the top