Provides unit tests and examples for the ActiveMQ_XML lens.
Test_ActiveMQ_XML | Provides unit tests and examples for the ActiveMQ_XML lens. |
Augeas Variables | |
conf | |
new_conf | |
Augeas Tests | |
ActiveMQ_XML.lns | Get test against tree structure |
ActiveMQ_XML.lns | Put test changing transport connector to localhost |
let conf = "<beans> <broker xmlns=\"http://activemq.apache.org/schema/core\" brokerName=\"localhost\" dataDirectory=\"${activemq.data}\"> <transportConnectors> <transportConnector name=\"openwire\" uri=\"tcp://0.0.0.0:61616\"/> </transportConnectors> </broker> </beans> "
let new_conf = "<beans> <broker xmlns=\"http://activemq.apache.org/schema/core\" brokerName=\"localhost\" dataDirectory=\"${activemq.data}\"> <transportConnectors> <transportConnector name=\"openwire\" uri=\"tcp://127.0.0.1:61616\"/> </transportConnectors> </broker> </beans> "