1 | <oaf_info> |
---|
2 | |
---|
3 | <oaf_server iid="OAFIID:NotInServer:20000717" type="exe" |
---|
4 | location="./bonobo-activation-empty-server"> |
---|
5 | <oaf_attribute noname="not a name" notype="not a type" novalue="no value"/> |
---|
6 | </oaf_server> |
---|
7 | |
---|
8 | <oaf_server iid="OAFIID:Bogus:20000526" type="factory" |
---|
9 | location="OAFIID:Empty:19991025-Deliberate-Typo"> |
---|
10 | </oaf_server> |
---|
11 | |
---|
12 | <oaf_server iid="OAFIID:Broken:20000530" type="exe" |
---|
13 | location="this-executable-doesnt-exist"> |
---|
14 | </oaf_server> |
---|
15 | |
---|
16 | <oaf_server iid="OAFIID:BrokenNoType:20000808"/> |
---|
17 | |
---|
18 | <oaf_server iid="OAFIID:This#!!%$iid%^$%_|~!OAFIID_ContainsBadChars" |
---|
19 | type="" location=""/> |
---|
20 | |
---|
21 | <oaf_server iid="OAFIID:Circular:20000530" type="factory" |
---|
22 | location="OAFIID:Circular:20000530"/> |
---|
23 | |
---|
24 | <oaf_server iid="OAFIID:ExampleServer:20000717" type="exe" |
---|
25 | location="./bonobo-activation-empty-server"> |
---|
26 | <oaf_attribute name="test" value="test"/> |
---|
27 | </oaf_server> |
---|
28 | |
---|
29 | <oaf_server iid="OAFIID:ExampleServer:20000718" type="exe" |
---|
30 | location="./bonobo-activation-empty-server"> |
---|
31 | <oaf_attribute type="string" value="idonthaveaname"/> |
---|
32 | </oaf_server> |
---|
33 | |
---|
34 | <oaf_server iid="OAFIID:ExampleServer:20000719" type="exe" |
---|
35 | location="./bonobo-activation-empty-server"> |
---|
36 | <incorrect_name type="string" value="test"/> |
---|
37 | <oaf_attribute name="test" type="string" value="test"/> |
---|
38 | </oaf_server> |
---|
39 | |
---|
40 | <oaf_server iid="OAFIID:Duplicate" type="factory" |
---|
41 | location="OAFIID:NotInServer:20000717"> |
---|
42 | <oaf_attribute name="test" type="string" value="test"/> |
---|
43 | </oaf_server> |
---|
44 | |
---|
45 | <oaf_server iid="OAFIID:Duplicate" type="factory" |
---|
46 | location="OAFIID:NotInServer:20000717"> |
---|
47 | <oaf_attribute name="test" type="string" value="test"/> |
---|
48 | </oaf_server> |
---|
49 | |
---|
50 | </oaf_info> |
---|