baseintegtests/baseintegrationtest/RELEASE.TXT
branchanywhere
changeset 20 d63d727ee0a6
parent 19 f6d3d9676ee4
parent 16 6d8ad5bee44b
child 21 af091391d962
equal deleted inserted replaced
19:f6d3d9676ee4 20:d63d727ee0a6
     1 RELEASE.TXT
       
     2 ===========
       
     3 
       
     4 Summary of Contents
       
     5 ====================
       
     6 This document describes the components in the Base Integration Test area. This
       
     7 area contains test code which is distinct and separate from the E32 and F32
       
     8 test suites which are generally used in Base testing. Please note that tests
       
     9 will typically use the Test Execute Framework test harness and so will have
       
    10 dependencies outside the code provided by a Base Porting Kit.
       
    11 
       
    12 The following test suites are currently in place:
       
    13 
       
    14 a) Fat32 Test Suite
       
    15 	Location: \src\cedar\generic\base_integration_test\testsuites\fat32
       
    16 	Documentation: \src\cedar\generic\base_integration_test\testsuites\fat32\documentation
       
    17 
       
    18 b) SD Test Suite
       
    19 	Location: \src\cedar\generic\base_integration_test\testsuites\sd
       
    20 	Documentation: \src\cedar\generic\base_integration_test\testsuites\sd\documentation
       
    21 
       
    22 Build Instructions
       
    23 ===================
       
    24  
       
    25 All test suites in this area can be built from the following location: 
       
    26 
       
    27 \src\cedar\generic\base_integration_test\group
       
    28 
       
    29 using standard build commands such as:
       
    30 
       
    31 bldmake bldfiles
       
    32 abld test build armv5
       
    33 
       
    34 etc.
       
    35 
       
    36 Known Issues
       
    37 ==============
       
    38 
       
    39 In the FAT32 test suite, tests associated with the testcase PBASE-FSINFOSTRUC-1-0289 are known to fail.
       
    40 This occurs as the FAT32 FSInfo Sector is not fully implemented as yet. 
       
    41 
       
    42 In the SD test suite, tests associated with the testcase PBASE-SDTESTSPECFS2-0203
       
    43 and PBASE-SDTESTSPECFAT32FSBACKUPSECTORS-0216 are know to fail. This due to the
       
    44 Backup Boot Sectors not being supported as yet.
       
    45 
       
    46 Technical Help
       
    47 ===============
       
    48 
       
    49 Technical queries regarding this test code should be addressed to the Base
       
    50 group within Symbian, in particular the Test Technical Lead (TTL) for Base.
       
    51 
       
    52 Release Record
       
    53 ===============
       
    54 Release 15/11/2007
       
    55 (Made by SushmitaR)
       
    56 
       
    57 1. 	SushmitaR
       
    58 	1. 	DEFECT FIX: DEF113794 Filename Policy non-conformance generates build warnings
       
    59 		Changed case of files/paths referenced in .mmp, bld.inf files to match those on filesystem.
       
    60 		Changed '\' to '/' in paths in line with file naming policy. 
       
    61 	2. 	DEFECT FIX: DEF110892 APIREG: Compiler warnings within FAT32 testsuite
       
    62 		Ensure that there are no compiler warnings.
       
    63 	3.	DEFECT FIX: DEF110898: APIREG: Testcase failures in FAT32 compliance test  suite
       
    64 		Fix filling the disk so that the entire disk is filled. 
       
    65 	4.	MINOR CHANGE: Make changes to test suite according to the changes that have been made in PREQ1721 
       
    66 		with respect to the FSInfo fields and the backup bootsector.
       
    67 	5. 	MINOR CHANGE: Remove external dependancy from base/e32utils. 
       
    68 
       
    69 Release 23/04/2007:
       
    70 
       
    71 Add SD card test suite in the location:
       
    72 \src\cedar\generic\base_integration_test\testsuites\sd
       
    73 
       
    74 Release 19/03/2007:
       
    75 
       
    76 Minor changes to the FAT32 test suite as follows:
       
    77 
       
    78 a) Removed document numbers from Test Specification and Test Suite Description
       
    79 b) Updated the Test Suite Description to specify file paths as relative to src
       
    80 c) Corrected test tag information in Test Script bfat32.script.
       
    81 
       
    82 Release 29/11/2006:
       
    83 
       
    84 This initial release contains the FAT32 test suite in the location:
       
    85 \src\cedar\generic\base_integration_test\testsuites\fat32