imip-agent

test_all.sh

1187:f13a53554da3
2016-05-14 Paul Boddie Fixed period removal during free/busy collection updates by introducing special period removal methods that distinguish between specific period instances using additional collection-specific information.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done