-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompletedBaseline.bes
More file actions
executable file
·45 lines (44 loc) · 1.76 KB
/
Copy pathcompletedBaseline.bes
File metadata and controls
executable file
·45 lines (44 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<BES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="BES.xsd">
<Baseline>
<Title>Create_Baseline_Example</Title>
<Description></Description>
<Relevance>true</Relevance>
<Category></Category>
<Source></Source>
<SourceID></SourceID>
<SourceSeverity></SourceSeverity>
<CVENames></CVENames>
<SANSID></SANSID>
<MIMEField>
<Name>x-fixlet-modification-time</Name>
<Value>Fri, 13 Feb 2015 17:10:00 -0800</Value>
</MIMEField>
<Domain>BESC</Domain>
<BaselineComponentCollection>
<BaselineComponentGroup>
<BaselineComponent ActionName="Action1" Name="MasterSite_FixletA" SourceID="39" SourceSiteURL="http://dw001:52311/cgi-bin/bfgather.exe/actionsite"
IncludeInRelevance="true">
<ActionScript MIMEType="application/x-Fixlet-Windows-Shell">if {"A"="A"}
wait notepad
else
run mspaint
endif</ActionScript>
<SuccessCriteria Option="OriginalRelevance"></SuccessCriteria>
<Relevance>((1=1) AND (2=2)) AND (3=3)</Relevance>
</BaselineComponent>
<BaselineComponent ActionName="Action1" Name="MasterSite_FixletB" SourceID="40" SourceSiteURL="http://dw001:52311/cgi-bin/bfgather.exe/actionsite"
IncludeInRelevance="true">
<ActionScript MIMEType="application/x-Fixlet-Windows-Shell">if {"B"="B"}
wait notepad
else
run mspaint
endif</ActionScript>
<SuccessCriteria Option="OriginalRelevance"></SuccessCriteria>
<Relevance>((40=40) AND (50=50)) AND (60=60)</Relevance>
</BaselineComponent>
</BaselineComponentGroup>
</BaselineComponentCollection>
</Baseline>
</BES>