summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove (now) unused turtle warning testsDave Beckett2013-11-072-39/+1
| |
* | Add ex-62 for bug556Dave Beckett2013-11-082-0/+27
| |
* | WIPDave Beckett2013-11-081-1/+2
|/
* Various build system fixesDaniel Richard G2013-10-292-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | configure.ac: * Place a ":" in the action-if-not-found arguments of the PKG_CHECK_MODULES() calls for LIBXML and LIBCURL to override the default action of quitting with an error, as neither of these libraries are a hard requirement src/Makefile.am: * Add parsedate.c to BUILT_SOURCES so that it can be handled properly * Move the parsedate.c rule into the MAINTAINER_MODE block, as only maintainers should be regenerating this file * Bump the "test" rule down after the test-program rules tests/Makefile.am: * Add ntriples-2013 to SUBDIRS to fix configure script invocation tests/turtle/Makefile.am: * Add logic to prevent breakage when TEST_WARN_FILES is empty
* Test for jing and skip feed validation tests if it is missingDave Beckett2013-10-021-21/+23
|
* Update tests with legal N-Triples URIsDave Beckett2013-09-134-4/+4
|
* N-Triples 2013 test suiteDave Beckett2013-09-1047-0/+637
| | | | | | | | | | | | | | | | | Current state: all good tests pass. 13 bad tests fail: nt-syntax-bad-uri-01.nt nt-syntax-bad-uri-02.nt nt-syntax-bad-uri-03.nt nt-syntax-bad-uri-04.nt nt-syntax-bad-uri-06.nt nt-syntax-bad-uri-07.nt nt-syntax-bad-uri-08.nt nt-syntax-bad-uri-09.nt nt-syntax-bad-struct-01.nt nt-syntax-bad-struct-02.nt nt-syntax-bad-lang-01.nt nt-syntax-bad-esc-03.nt nt-syntax-bad-string-05.nt
* Write expected result in \uHHHH formDave Beckett2013-09-091-3/+1
|
* check-nt: add rapper failure clauseDave Beckett2013-09-091-2/+5
|
* make check-nt show error output in a rapper failureDave Beckett2013-09-091-2/+3
|
* Add ntriples 2013 examples from specDave Beckett2013-09-099-3/+41
|
* Remove dup testsDave Beckett2013-08-271-6/+1
|
* Updated Turtle W3C tests to latest files from repoDave Beckett2013-08-272-6/+10
|
* Add the 4 negative eval testsDave Beckett2013-08-271-6/+10
|
* Add 4 bad eval tests to check-bad-turtleDave Beckett2013-08-121-2/+10
|
* Renamed long turtle 2013 test file so it can be stored in tarDave Beckett2013-08-114-7/+7
| | | | | | | | | | | localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries* -> localName_with_assigned_nfc_bmp_PN_CHARS_BASE_char_boundaries* GNUtar can't handle file names >99 letters tar: raptor2-2.0.10/tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl: file name is too long (max 99); not dumped tar: raptor2-2.0.10/tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt: file name is too long (max 99); not dumped tar: Exiting with failure status due to previous errors
* remove unused test-38.ntDave Beckett2013-08-111-1/+0
|
* Add all TEST_OUT_FILESDave Beckett2013-08-111-1/+38
|
* Ignore raptor_empty_test.trsDave Beckett2013-08-111-0/+1
|
* Use turtle parser to read exemplarsDave Beckett2013-08-111-1/+1
|
* Replace official results with raptor expected onesDave Beckett2013-08-1119-47/+47
|
* Use rdfcompare to compareDave Beckett2013-08-111-2/+4
|
* Turtle test for lang and datatype warning is now an errorDave Beckett2013-08-112-2/+2
| | | | Renamed test-35.ttl to bad-24.ttl
* Added missing literal_with_escaped_BACKSPACE.ntDave Beckett2013-08-111-0/+1
|
* Report normalize N-Triples diffDave Beckett2013-08-111-1/+1
|
* Normalize N-Triples expected output before comparing them with diffDave Beckett2013-08-111-2/+3
|
* Count and report errors for good testsDave Beckett2013-08-111-2/+7
|
* Update BASE_URIDave Beckett2013-08-111-1/+1
|
* Updated for Turtle 2013 testsDave Beckett2013-08-111-134/+425
|
* add missing LITERAL_LONG2_with_UTF8_boundaries.ttlDave Beckett2013-08-111-0/+1
|
* Add .nt versions of shared result filesDave Beckett2013-08-1137-0/+38
|
* Import latest Turtle 2013 testsDave Beckett2013-08-11323-179/+3113
|
* Remove spaces from test data URIsDave Beckett2013-03-032-2/+2
|
* Remove manifest.ttl from distDave Beckett2013-02-272-1280/+1
|
* Make test-29 legal for Turtle 2013Dave Beckett2013-02-242-2/+2
|
* ADd bad-15.out bad-17.out bad-18.out bad-21.out bad-22.out to distDave Beckett2013-02-241-1/+1
|
* READMEDave Beckett2013-02-241-1/+1
|
* Add Turtle 2013 ReadmeDave Beckett2013-02-241-0/+1
|
* Mark turtle tests bad-17 and bad-18 as now goodDave Beckett2013-02-241-2/+2
|
* Mark turtle tests bad-17 and bad-18 as now goodDave Beckett2013-02-244-2/+4
|
* Turtle 2013 changes the way URIs are encoded :/Dave Beckett2013-02-241-1/+1
|
* Report error counts and failing testsDave Beckett2013-02-241-3/+11
|
* Turtle tests bad-15, bad-21 and bad-22 are good for Turtle 2013Dave Beckett2013-02-244-3/+5
|
* Tidy and report number of errorsDave Beckett2013-02-241-9/+11
|
* more turtle 2013 syntax testsDave Beckett2013-02-231-6/+7
|
* Add turtle 2013 syntax check filesDave Beckett2013-02-231-11/+77
|
* Add Turtle 2013 tests from W3CDave Beckett2013-02-23206-0/+2096
|
* Add tests/turtle-2013Dave Beckett2013-02-231-1/+1
|
* update manifestsPeter Ansell2012-10-232-0/+73
|
* CMake build framework for Raptor - win32Daniel Richard G2012-08-1016-6/+2867
| | | | | | | | | | | | This commit is based on the email with patch that Daniel Richard G. sent to redland-dev on 5th July 2012 http://lists.librdf.org/pipermail/redland-dev/2012-July/002502.html I lightly edited the email to fit into 80 chars and make more it markdowny and turn it into win32/README.md -- Dave Beckett