Changeset 53 for php


Ignore:
Timestamp:
Jul 17, 2011, 2:56:35 PM (14 years ago)
Author:
cla
Message:

rdfint

  • reworked text on RDF Testcases
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/doxygen/doc_page_option_unittest.php

    r52 r53  
    3131 * Under Windows operating systems,
    3232 * \htmllinkext{http://ftp.gnu.org/gnu/make/,GNU make} needs to be installed on your system.
    33  * Just place \c make.exe into a diectory specified in your \c PATH environment variable.
     33 * Just place \c make.exe into a directory specified in your \c PATH environment variable.
    3434 *
    3535 * The unittest \c rdfa_parse_sparql requires a locally installed \c SPARQL \c endpoint.
    3636 * You may want to use the open source edition of \c Virtuoso for this. \n
    3737 * Download from: \htmllinkext{http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload} \n
    38  *
    39  * For usage under Windows operating systems, install as described at:
    40  * \htmllinkext{http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSUsageWindows}
     38 * For usage under Windows operating systems, install \c Virtuoso as described at:
     39 * \htmllinkext{http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSUsageWindows} \n
     40 * and launch the test instcance.
    4141 *
    4242 * <!-- ========================================================================== -->
    4343 * <hr>
    4444 *
    45  * \section sec_unittest_lib Library specific unittests
     45 * \section sec_unittest_all Implementation of unittests
    4646 *
     47 * The unittests are provided in subdirectories below the \c unittest directory,
     48 * where the name of the subdirectory represents the name of the testcase. An exception
     49 * to this rule are \c RDF \c Testcases, they are implemented by a testcase in a single subdirectory.
    4750 *
    48  * Library specific unittests are provided in a subdirectory below the \c unittest directory.
    49  * The testcase is implemented in the file \c unittest.php
     51 * The testcase is implemented in the file \c unittest.php within the tescase subdirectory.
    5052 *
    51  * \section sec_unittest_w3c RDF Testcases specific unittests
     53 * Execute \code make list \endcode in the \c unittest directory to determine the available
     54 * testcases.
    5255 *
    53  * \c RDF \c Testcases specific unittests are executed by a single testcase in the subdirectory
    54  * \c rdftestcases below the \c unittest directory.
     56 * \subsection sec_unittest_all_lib Library specific unittests
    5557 *
    56  * The generic testcase routine is implemented in the file \c unittest.php, the name of the testcase
    57  * has to be provided by the environment variable \c TESTCASE.
     58 * Library specific unittests are each provided in a subdirectory below the \c unittest directory,
     59 * where the name of the subdirectory represents the name of the testcase.
    5860 *
    59  * \note Currently only very specific testcases of the \c RDF \c Testcases can be executed.
    60  * Execute \code make list \endcode in the \c unittest directory to determine the name of one
    61  * of the supported \c RDF \c Testcases.
     61 * \subsection sec_unittest_all_w3c RDF Testcases specific unittests
    6262 *
    63  * \par The unittest \c rdfa_parse_sparql requires a locally installed \c SPARQL \c endpoint.
    64  * Please see the \htmllink{index.html, Section Options on the main page}.
     63 * \libname comes with support for selected testcases of the \c W3C \c RDF \c Testcases,
     64 * see \htmllinkext{http://www.w3.org/TR/rdf-testcases/} for details. Supported are
     65 * most of the so-called \c Positive \c parser \c tests.
     66 *
     67 * All of these unittests are executed by a single testcase
     68 * in the subdirectory \c rdftestcases below the \c unittest directory.
     69 * The name of the testcase is provided by the makefile, setting the name as vaule
     70 * of the environment variable \c TESTCASE.
     71 *
     72 * \note Executing \c RDF \c Testcases in fact tests the underlying library used
     73 * for parsing and serializing RDF data (currently ARC2). If a test fails, it is most likely
     74 * the error of the underlying library and not of \libname.
     75 *
    6576 *
    6677 * <!-- ========================================================================== -->
     
    8798   rdf                 - execute all of selected RDF testcases of W3C
    8899   rdf TESTCASE=<name> - execute specified RDF testcase
     100   
     101   For information on RDF Testcases see: http://www.w3.org/TR/rdf-testcases/
    89102\endverbatim
    90103 *
Note: See TracChangeset for help on using the changeset viewer.