Add version 0.3.4 parsing support to xeTestResultParser.

Change-Id: I9bb025d6e9b435d9d6fc36a88f5822cdbb458ce0
diff --git a/executor/xeTestResultParser.hpp b/executor/xeTestResultParser.hpp
index a560a56..3068baa 100644
--- a/executor/xeTestResultParser.hpp
+++ b/executor/xeTestResultParser.hpp
@@ -39,6 +39,7 @@
 	TESTLOGVERSION_0_3_1,
 	TESTLOGVERSION_0_3_2,
 	TESTLOGVERSION_0_3_3,
+	TESTLOGVERSION_0_3_4,
 
 	TESTLOGVERSION_LAST
 };