From c75dc17b186a3e9f540125ef9a3c6090bfbd386e Mon Sep 17 00:00:00 2001 From: donald.g.dunne Date: Mon, 5 Dec 2016 14:14:27 -0700 Subject: feature[ats_ATS325914]: Remove entryGuid from OSEE Types grammar Change-Id: I6176363330e63bfc058437ad0ba638b0eb94fc34 --- plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/org.eclipse.osee.ote.define') 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 { -- cgit v1.2.3