common/tools/ats/bctest/pkg/PBASE-F32-RFS-PublicApi.script
author Simon Howkins <simonh@symbian.org>
Fri, 03 Sep 2010 11:53:15 +0100
branchRCL_1
changeset 1216 508ecc9021d2
parent 490 3bf1f3ae9dea
permissions -rw-r--r--
Create RCL_1 branch, for work on releasing PDK 2.0.3 Rest of FBF seems to have moved on too far for S^2 to keep working :-( Still, that's what branches are for.

//! @file
//! @SYMTestSuiteName		PBASE-F32-RFS-PublicApi
//! @SYMScriptTestEnvironment	This test script requires a basic ROM.
/////////////////////////////////////////////////////////////////////
// PBASE-F32-RFS-PublicApi.script
//
// Tests all public elements of the RFs class
// as a means of confidence that the APIs work as expected.
// 
// The purpose is to provide a regression test suite of PublishedAll APIs for RFs.
// Negative testing is performed to confirm that correct errors are returned when incorrect parameters are given.
// The tests are fully automated.
/////////////////////////////////////////////////////////////////////

RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-mounts-publicapi-any.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-drives-publicapi-any.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-files-publicapi-any.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-misc-publicapi-any.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-publicapi-os.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-publicapi-rom.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-drives-publicapi-ram.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-files-publicapi-ram.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-misc-publicapi-ram.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-mounts-publicapi-ram.script
RUN_SCRIPT	${SYSDRIVE}\base\pbase-f32-rfs-drives-publicapi-rem.script