Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-08-31 18:39:16 +0000
committerRyan D. Brooks2011-08-31 18:39:16 +0000
commitb60ff63ef5c43f551d58f95feea826426e6a7215 (patch)
tree93c45fe81139aa7a284e8bb5958cb24be215222a /plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee
parent316dbcb72ea8cbeb14bf1b580b538b9fc71e3521 (diff)
downloadorg.eclipse.osee-b60ff63ef5c43f551d58f95feea826426e6a7215.tar.gz
org.eclipse.osee-b60ff63ef5c43f551d58f95feea826426e6a7215.tar.xz
org.eclipse.osee-b60ff63ef5c43f551d58f95feea826426e6a7215.zip
feature[ats_M1Y56]: Fix tests to use valid uuids
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee
index a723659c77b..ceb5dfae448 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/src/org/eclipse/osee/framework/core/dsl/integration/util/testTypeModel.osee
@@ -1,5 +1,6 @@
attributeType "Name" extends StringAttribute {
guid "AAMFEcF1AzV7PKuHmxwA"
+ uuid 0x1000000000000070
dataProvider DefaultAttributeDataProvider
min 1
max 1
@@ -10,6 +11,7 @@ attributeType "Name" extends StringAttribute {
attributeType "Annotation" extends CompressedContentAttribute {
guid "AAMFEcWy0xc4e3tcemQA"
+ uuid 0x1000000000000076
dataProvider UriAttributeDataProvider
min 0
max unlimited
@@ -19,6 +21,7 @@ attributeType "Annotation" extends CompressedContentAttribute {
attributeType "WordML" extends WordAttribute {
guid "AAMFEcfcGS2V3SqQN2wA"
+ uuid 0x100000000000007A
dataProvider UriAttributeDataProvider
min 0
max 1
@@ -30,6 +33,7 @@ attributeType "WordML" extends WordAttribute {
relationType "Requirement Relation" {
guid "BOkzi3U9VTe2fcUz_9gA"
+ uuid 0x2000000000000157
sideAName "requirement-sideA"
sideAArtifactType "Requirement"
sideBName "subsystem-sideB"
@@ -40,23 +44,28 @@ relationType "Requirement Relation" {
artifactType "Artifact" {
guid "AAMFDh6S7gRLupAMwywA"
+ uuid 0x0000000000000001
attribute "Name"
attribute "Annotation"
}
abstract artifactType "Requirement" extends "Artifact" {
guid "BOm4NmAq+HC1O2hkMagA"
+ uuid 0x0000000000000015
attribute "WordML"
}
artifactType "Software Requirement" extends "Requirement" {
guid "BOm+AIG2snNbAM5FFcwA"
+ uuid 0x0000000000000018
}
artifactType "System Requirement" extends "Requirement" {
guid "BOnAaYTBOG68_Tw5Y_AA"
+ uuid 0x000000000000001E
}
artifactType "SubSystem Requirement" extends "Requirement" {
guid "BOnBhJ1XAFGKcrku3LgA"
+ uuid 0x000000000000001D
} \ No newline at end of file

Back to the top