sbsv2/raptor/test/smoke_suite/test_resources/mmp/apply/test_mmp_apply.cpp
author raptorbot <raptorbot@systemstesthead.symbian.intra>
Tue, 24 Nov 2009 16:59:34 +0000
branchwip
changeset 18 17b8877fc4fe
child 25 2b76b04e296d
permissions -rw-r--r--
Only a few tests left to get going
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     1
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     2
#include "e32def.h"
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     3
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     4
char test[] = "test mmp keyword APPLY";
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     5
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     6
TInt E32Main()
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     7
{
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     8
	return 0;
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     9
}