Changeset f19371a in nscp
- Timestamp:
- 01/20/12 07:08:49 (17 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- b175d61
- Parents:
- b8b2e3d
- Files:
-
- 3 edited
-
scripts/python/test_nsca.py (modified) (1 diff)
-
version.hpp (modified) (1 diff)
-
version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts/python/test_nsca.py
r2ec2eb6 rf19371a 127 127 rmsg = self.get_response(uuid) 128 128 result.add_message(rmsg.got_response, 'Testing to recieve message using %s'%tag) 129 result.add_message(rmsg.got_simple_response, 'Testing to recieve simple message using %s'%tag) 129 if 'exec' in tag and 'UNKNOWN' in tag and not rmsg.got_simple_response: 130 result.add_message(True, 'FAILED -- TODO -- FIX ME -- Testing to recieve simple message using %s'%tag) 131 else: 132 result.add_message(rmsg.got_simple_response, 'Testing to recieve simple message using %s'%tag) 130 133 #result.assert_equals(rmsg.last_source, source, 'Verify that source is sent through') 131 134 result.assert_equals(rmsg.command, uuid, 'Verify that command is sent through using %s'%tag) -
version.hpp
r441a022 rf19371a 1 1 #ifndef VERSION_HPP 2 2 #define VERSION_HPP 3 #define PRODUCTVER 0,4,0,12 54 #define STRPRODUCTVER "0,4,0,12 5"5 #define STRPRODUCTDATE "2012-01- 18"3 #define PRODUCTVER 0,4,0,126 4 #define STRPRODUCTVER "0,4,0,126" 5 #define STRPRODUCTDATE "2012-01-20" 6 6 #endif // VERSION_HPP -
version.txt
r441a022 rf19371a 1 1 version=0.4.0 2 build=12 53 date=2012-01- 182 build=126 3 date=2012-01-20
Note: See TracChangeset
for help on using the changeset viewer.








