diff options
author | donald.g.dunne | 2016-12-05 21:14:27 +0000 |
---|---|---|
committer | donald.g.dunne | 2016-12-05 21:14:27 +0000 |
commit | c75dc17b186a3e9f540125ef9a3c6090bfbd386e (patch) | |
tree | 65590c441207136ee2428cd28ad53fda724f168b /plugins/org.eclipse.osee.ote.define | |
parent | 70c7e8004f96d56b3e27f47eb17939aa3d54c47c (diff) | |
download | org.eclipse.osee-c75dc17b186a3e9f540125ef9a3c6090bfbd386e.tar.gz org.eclipse.osee-c75dc17b186a3e9f540125ef9a3c6090bfbd386e.tar.xz org.eclipse.osee-c75dc17b186a3e9f540125ef9a3c6090bfbd386e.zip |
feature[ats_ATS325914]: Remove entryGuid from OSEE Types grammar
Change-Id: I6176363330e63bfc058437ad0ba638b0eb94fc34
Diffstat (limited to 'plugins/org.eclipse.osee.ote.define')
-rw-r--r-- | plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee | 8 |
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 { |