Changeset 8


Ignore:
Timestamp:
Jul 11, 2011, 8:03:48 PM (14 years ago)
Author:
cla
Message:

rdfint

  • removed fDebug config (fDebug is not used in unittests)
Location:
php/trunk/unittest
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/unittest/unittest_config.php

    r3 r8  
    2121define( 'ARC2', getenv( 'PHP_LIBROOT_ARC2'));
    2222
    23 // ----- configure fDebug - optional
    24 // define locations of required external libraries
    25 define( 'fDebug', getenv( 'PHP_LIBROOT_FDEBUG'));
    26 if (fDebug !== '') {
    27 
    28   // define base name of sample in fDebug
    29   define( 'SAMPLE_NAME', 'RDFInt Sample');
    30 
    31   // activate debug output of the library classes
    32   // if not set, only the sample code itself generates debug messages
    33   define( 'RDFA_DEBUGOUTPUT_CLASSES', true);
    34 
    35   // activate debug output for specific RDFaLIB classes in samples and unittests
    36   define( 'RDFA_DEBUGOUTPUT_READER', true);
    37   define( 'RDFA_DEBUGOUTPUT_PROJECTION', true);
    38   define( 'RDFA_DEBUGOUTPUT_SPARQLENDPOINT', true);
    39   define( 'RDFA_DEBUGOUTPUT_SPARQLQUERY', true);
    40 }
    41 
    4223// define location of rdfint
    4324// TODO - replace with autoload code
Note: See TracChangeset for help on using the changeset viewer.