2007-08-28ff

- correct indentation of Rexx code ("indent.rex")
- now processes testUnits which have no dot in their name
- fixed processing of testUnits (went into Linux branch and exited!)
- fixed configuration (did not show "config.html" in TeRA.hta's IFrame)

- ad using "iexplore.exe" in general:
        - "iexplore.exe" not on path!
        - opening sloow (30 secs?)
        - when absolute path: showing window quicker, but no scroll bars?

  -> using "InternetExplorer.Application" instead, *much* quicker

- if text contains "<", program does not work!!

- not escaping <, >, " and ' !! (run tests, compare);

        - subtle one in comparison: getChunk does a re-translate to >, <, & !



hints
-----

- configuration works stand-alone: "configure_Tera.hta"

        - configure_TeRA.rex ... (re)creates "configure_Tera.hta" from scratch

        - configure_TeRA.hta ... HTA application to allow deleting or adding
                                 directories from/to "config.html"

        - config.html        ... contains the starting directories to look
                                 for ".testUnit" files; can be edited, or even
                                 deleted to start from scratch

- TeRA application

        - TeRA.rex           ... (re)creates "TeRA.hta" file

        - TeRA.hta           ... HTA application, main form for TeRA

        - TeRA_script.rex    ... contains routines invoked from "TeRA.hta"


- TeRA-Compare

        - TeRA-compareLogs.rex  ... (re)creates "TeRA-compareLogs.hta"

        - TeRA-compareLogs.hta  ... HTA application

        - TeRA_compareLogs_script.rex ... contains routines invoked from "TeRA-compareLogs.hta"

        - TeRA-compareTests.rex ... carries out the comparisons


- subdirectories

        - compared_files        ... result of comparisons: *.xml files may be deleted

        - logfiles              ... result of running testUnits: *.xml files may be deleted
        - logfiles\LogIndex     ... removed/deleted by rgf on 2007-04-29

        - tera_files            ... "lastlog.xml", can be deleted  (logfile of last run)
                                ... "lastTrun.txt", can be deleted (indicates errors/failures)


