| Revision: | 1.1 |
| Committed: | Tue Nov 14 12:36:11 2000 UTC (25 years, 1 month ago) by pjm2 |
| Branch: | MAIN |
| Log Message: | Added test.bad - this is a file containing malformed XML markup to see if the error handling in XMLPacketManager works properly. XMLPacketMaker has been altered accordingly, catching Throwable exceptions. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | pjm2 | 1.1 | <packet machine_name="raptor"> |
| 2 | <!-- this is a comment that should be ignored ;-) --> | ||
| 3 | <time>18:23/time> | ||
| 4 | <!-- the next line should be treated as an empty tag --> | ||
| 5 | <empty/> | ||
| 6 | <load> | ||
| 7 | <load1>0.45</load1> | ||
| 8 | <load5>0.23</load5> | ||
| 9 | <load10>0.67</load10> | ||
| 10 | </load> | ||
| 11 | </packet> |