RAMpage experiment: result type IDs fixed

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1655 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-09-14 20:39:53 +00:00
parent d263b33019
commit f1bb6d9853

View File

@ -35,9 +35,9 @@ message RAMpageProtoMsg {
// erroneous pfn was listed on the serial line, but no error was detected
PFN_WAS_LISTED = 3;
// no "tested ..." line between "starting test pass" and "calculating stats"
NO_PFNS_TESTED = 3;
LOCAL_TIMEOUT = 4;
GLOBAL_TIMEOUT = 5;
NO_PFNS_TESTED = 4;
LOCAL_TIMEOUT = 5;
GLOBAL_TIMEOUT = 6;
// e.g., unknown string on serial line
UNKNOWN = 7;
}