Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee')
-rw-r--r--plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee b/plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee
index 06b27742ab8..6a72cd476c0 100644
--- a/plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee
+++ b/plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee
@@ -286,10 +286,10 @@ attributeType "Disposition" extends StringAttribute {
oseeEnumType "enum.test.run.status" {
id 3458764513820541332
- entry "Pass" entryGuid "CArJmMNCPUkt72j8fGgA"
- entry "Fail" entryGuid "CArJmMOtrEWczci+BkwA"
- entry "Aborted" entryGuid "CArJmMQc80VqSa4AWZAA"
- entry "Exception" entryGuid "CArJmMSKtjAY7O+M4KwA"
+ entry "Pass"
+ entry "Fail"
+ entry "Aborted"
+ entry "Exception"
}
attributeType "Test Status" extends EnumeratedAttribute {

Back to the top