uidesigner/com.nokia.sdt.referenceprojects.test/data/readme.txt
author fturovic <frank.turovich@nokia.com>
Tue, 07 Apr 2009 15:28:30 -0500
changeset 72 5464a0b24d87
parent 2 d760517a8095
permissions -rw-r--r--
removed license page and TOC entry for 2.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
This folder contains projects and reference source. 
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
For each project there should be a folder containing two
cawthron
parents:
diff changeset
     4
subfolders. 
cawthron
parents:
diff changeset
     5
cawthron
parents:
diff changeset
     6
- The subfolder named 'project' contains
cawthron
parents:
diff changeset
     7
the Carbide.c++ project as a subfolder. 
cawthron
parents:
diff changeset
     8
cawthron
parents:
diff changeset
     9
- The subfolder 'reference' contains
cawthron
parents:
diff changeset
    10
reference files in a parallel file hierarchy to the expected
cawthron
parents:
diff changeset
    11
generated files.
cawthron
parents:
diff changeset
    12
cawthron
parents:
diff changeset
    13
The driver will import the project, load the models and
cawthron
parents:
diff changeset
    14
generated source. Then it will traverse the reference folder
cawthron
parents:
diff changeset
    15
looking for matching files and comparing their contents. It will
cawthron
parents:
diff changeset
    16
generate failures if files are missing or don't match the
cawthron
parents:
diff changeset
    17
reference content.
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
NOTE: The UI designer projects are imported and built inside the
cawthron
parents:
diff changeset
    20
workspace, so they will be changed any time you run a test.  Be
cawthron
parents:
diff changeset
    21
sure not to commit changes under 'reference' unless they're intentional!
cawthron
parents:
diff changeset
    22