Hey All,
I was looking at the .hackystat directory and I noticed a directory named
testing. Basically, this directory contains the xml test data. I am
a little curious why we have that. I found this Ant code in the
build.xml
<!-- Setup
the client-side testing data directory. -->
<delete
dir="${client.testing.dir}/hackystatdata/users"
quiet="true"/>
<mkdir
dir="${client.testing.dir}/hackystatdata/users"/>
<copy
todir="${client.testing.dir}/hackystatdata/users">
<fileset
dir="${install.testdata.dir}/users"/>
</copy>
I'm not really sure what purpose of client-side testing data
serves. It sounds like you can only do client-side testing, but I
guess I never did that before.
Some one please educate me.
thanks, aaron
