Changeset 1868

Show
Ignore:
Timestamp:
04/30/08 22:33:08
Author:
douglm
Message:

Add a couple of CalDAV tests

Remove the calendarCollection property adn just use the calType property throughout. This requires dropping the column e.g.

alter table BW_CALENDARS drop column CALENDAR_COLLECTION

More annotations work to complete generation of BwEventProxy?.
Remove the BwEventProxy? class and use the one generated from annotations.

Add a test for the overrides
Add some basic calendar tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/quickstart-build.xml

    r1807 r1868  
    456456          description="starts the tomcat server with rpofiling"> 
    457457    <echo message="Starting Tomcat from ${org.bedework.appserver.dir}"/> 
     458    <echo message="For this to work you need to do something like:"/> 
     459    <echo message="export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/douglm/drop2/java/yourkit/yjp-6.0.15/bin/linux-x86-32"/> 
    458460    <java fork="true" dir="${basedir}" 
    459461          classname="org.apache.catalina.startup.Bootstrap"> 
  • trunk/deployment/testsuite/shellscr/resources/bwruntest.sh

    r1539 r1868  
    1616APPNAME=@BW-APP-NAME@ 
    1717 
    18 function runit() { 
     18runit() { 
    1919  echo $RUNCMDPREFIX "org.junit.runner.JUnitCore org.bedework.testsuite.$1" 
    2020  $RUNCMDPREFIX "org.junit.runner.JUnitCore" "org.bedework.testsuite.$1"