Make ReactOS report the Git revision as output by "git describe".
[reactos.git] / modules / rostests / rosautotest / rosautotestmsg.mc
1 MessageIdTypedef=ULONG
2
3 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
4 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
5 Warning=0x2:STATUS_SEVERITY_WARNING
6 Error=0x3:STATUS_SEVERITY_ERROR)
7
8 FacilityNames=(System=0x0:FACILITY_SYSTEM Application=0xFFF)
9
10 LanguageNames=(English=0x409:MSG00409)
11
12 MessageId=1
13 Severity=Informational
14 Facility=Application
15 SymbolicName=MSG_TESTS_STARTED
16 Language=English
17 ReactOS Automatic Testing Utility is started.
18 .
19
20 MessageId=2
21 Severity=Success
22 Facility=Application
23 SymbolicName=MSG_TESTS_SUCCESSFUL
24 Language=English
25 ReactOS Automatic Testing Utility is successful.
26 .
27