# List of regression tests
#
# Modified: Jul 03 by ghuo to be a test harness for iCalendar<->RDF conversion tools.

@prefix : <#>.
@prefix x: <#>.
@prefix test: <http://www.w3.org/2002/12/cal/caltest.n3#>.
@prefix dc:  <http://purl.org/dc/elements/1.1/>. # yuk - under protest - no hash

##########


# putting the tests that don't use X- first...
:t0001 a test:CalTest;
        test:shortFileName "gkexample";
	test:description "Short original case; very simple".

:t0002 a test:CalTest;
        test:shortFileName "TestTermin";
	test:description "non-ascii characters".

:t0003 a test:CalTest;
        test:shortFileName "MozexportAsCalendar";
	test:description "Minimal export from Mozilla calendar".

:t0004 a test:CalTest;
        test:shortFileName "openingHours";
	test:description "Trivial case; similar to gkexample, no prodid!".

# cwm exceeds maximum recursion on this. @@report to public-cwm-bugs
#:t0005 a test:CalTest;
#        test:shortFileName "MozMulipleVcalendars";
#	test:description "multiple calendars".

:t0006 a test:CalTest;
        test:shortFileName "tag-bug";
	test:description "tag-bug (what was the bug?@@)".


:t1001 a test:CalTest;
        test:shortFileName "20030115mtg";
        test:description "RDF calendar meet announcement 20030115".

:t1002 a test:CalTest;
        test:shortFileName "20030122mtg";
        test:description "RDF calendar meet announcement 20030122".

:t1003 a test:CalTest;
        test:shortFileName "20030205mtg";
        test:description "RDF calendar meet announcement 20030205".

:t1004 a test:CalTest;
        test:shortFileName "20030212mtg";
        test:description "RDF calendar meet announcement 20030212".

:t1005 a test:CalTest;
        test:shortFileName "20030226mtg";
        test:description "RDF calendar meet announcement 20030226".

:t1006 a test:CalTest;
        test:shortFileName "20030312mtg";
        test:description "RDF calendar meet announcement 20030312".

:t1007 a test:CalTest;
        test:shortFileName "20030326mtg";
        test:description "RDF calendar meet announcement 20030326".

:t1008 a test:CalTest;
        test:shortFileName "20030409mtg";
        test:description "RDF calendar meet announcement 20030409".

:t1009 a test:CalTest;
        test:shortFileName "20030410querymtg";
        test:description "RDF calendar meet announcement 20030410query".

:t1010 a test:CalTest;
        test:shortFileName "20030416geomtg";
        test:description "RDF calendar meet announcement 20030416geo".

:t1011 a test:CalTest;
        test:shortFileName "20030423mtg";
        test:description "RDF calendar meet announcement 20030423".

:t1012 a test:CalTest;
        test:shortFileName "Chiefs";
	test:description "A few football games".

:t1014 a test:CalTest;
        test:shortFileName "bus-hrs";
	test:description "Bus schedule (?) with timezones, an event".

:t1015 a test:CalTest;
        test:shortFileName "cal01";
	test:description "One of the original cases; fairly varied".

:t1016 a test:CalTest;
        test:shortFileName "cal02";
	test:description "Extended to test DIR parameter".

:t1018 a test:CalTest;
        test:shortFileName "mtg";
	test:description "Original case; straightforward timezone and event".

:t1020 a test:CalTest;
        test:shortFileName "querymeetings";
	test:description "Yet another long test case".

:t1021 a test:CalTest;
        test:shortFileName "Todos1";
	test:description "Trivial case; a couple of tasks".

:t1022 a test:CalTest;
        test:shortFileName "test-created";
	test:description "An event with a CREATED: property".

#ends
