From 0f58e7454804f7437b66567891e5c3985213f0b3 Mon Sep 17 00:00:00 2001 From: jmisinco Date: Mon, 5 Nov 2012 10:22:06 -0700 Subject: refactor[ats_T9TNA]: Replace yes/no with true/false for BooleanAttributes Change-Id: I7ff641d708ec9160b0d75d1040c0d98b159bcfba --- plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee | 6 +++--- 1 file changed, 3 insertions(+), 3 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 e715eefede1..6afeb7cd4e6 100644 --- a/plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee +++ b/plugins/org.eclipse.osee.ote.define/support/OseeTypes_OTE.osee @@ -215,7 +215,7 @@ attributeType "Script Aborted" extends BooleanAttribute { min 1 max 1 taggerId DefaultAttributeTaggerProvider description "Test Abort status" - defaultValue "yes" + defaultValue "true" } attributeType "Test Script GUID" extends StringAttribute { @@ -232,7 +232,7 @@ attributeType "Ran In Batch Mode" extends BooleanAttribute { dataProvider DefaultAttributeDataProvider min 1 max 1 description "Run was performed as part of a batch" - defaultValue "no" + defaultValue "false" } attributeType "Is Batch Mode Allowed" extends BooleanAttribute { @@ -241,7 +241,7 @@ attributeType "Is Batch Mode Allowed" extends BooleanAttribute { dataProvider DefaultAttributeDataProvider min 1 max 1 description "Whether Test Script is allowed to run as part of a batch" - defaultValue "yes" + defaultValue "true" } attributeType "Last Date Uploaded" extends DateAttribute { -- cgit v1.2.1