#!/bin/sh
##
## Script to check WCAG 1.0 Checklist on openacs (exception-list)
## --------------------------------------------------------------
## Copyright (C) 2008 Hector Romojaro
##
##-------------------------------------------------------------------------------##
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
#
##-------------------------------------------------------------------------------##

### Exceptions for each test ##############################################################
# All tests
EXCEPTIONS_GLOBAL="$EXCEPTIONS_DIR/exceptions-global"

# I think it can be done in an easier way, but i don't know how at this moment...

# Priority 1
EXCEPTIONS_1_1="$EXCEPTIONS_DIR/exceptions-1.1"
EXCEPTIONS_2_1="$EXCEPTIONS_DIR/exceptions-2.1"
EXCEPTIONS_4_1="$EXCEPTIONS_DIR/exceptions-4.1"
EXCEPTIONS_6_1="$EXCEPTIONS_DIR/exceptions-6.1"
EXCEPTIONS_6_2="$EXCEPTIONS_DIR/exceptions-6.2"
EXCEPTIONS_7_1="$EXCEPTIONS_DIR/exceptions-7.1"
EXCEPTIONS_14_1="$EXCEPTIONS_DIR/exceptions-14.1"
EXCEPTIONS_1_2="$EXCEPTIONS_DIR/exceptions-1.2"
EXCEPTIONS_9_1="$EXCEPTIONS_DIR/exceptions-9.1"
EXCEPTIONS_5_1="$EXCEPTIONS_DIR/exceptions-5.1"
EXCEPTIONS_5_2="$EXCEPTIONS_DIR/exceptions-5.2"
EXCEPTIONS_12_1="$EXCEPTIONS_DIR/exceptions-12.1"
EXCEPTIONS_6_3="$EXCEPTIONS_DIR/exceptions-6.3"
EXCEPTIONS_1_3="$EXCEPTIONS_DIR/exceptions-1.3"
EXCEPTIONS_1_4="$EXCEPTIONS_DIR/exceptions-1.4"
EXCEPTIONS_11_4="$EXCEPTIONS_DIR/exceptions-11.4"

# Priority 2
EXCEPTIONS_2_2="$EXCEPTIONS_DIR/exceptions-2.2"
EXCEPTIONS_3_1="$EXCEPTIONS_DIR/exceptions-3.1"
EXCEPTIONS_3_2="$EXCEPTIONS_DIR/exceptions-3.2"
EXCEPTIONS_3_3="$EXCEPTIONS_DIR/exceptions-3.3"
EXCEPTIONS_3_4="$EXCEPTIONS_DIR/exceptions-3.4"
EXCEPTIONS_3_5="$EXCEPTIONS_DIR/exceptions-3.5"
EXCEPTIONS_3_6="$EXCEPTIONS_DIR/exceptions-3.6"
EXCEPTIONS_3_7="$EXCEPTIONS_DIR/exceptions-3.7"
EXCEPTIONS_6_5="$EXCEPTIONS_DIR/exceptions-6.5"
EXCEPTIONS_7_2="$EXCEPTIONS_DIR/exceptions-7.2"
EXCEPTIONS_7_4="$EXCEPTIONS_DIR/exceptions-7.4"
EXCEPTIONS_7_5="$EXCEPTIONS_DIR/exceptions-7.5"
EXCEPTIONS_10_1="$EXCEPTIONS_DIR/exceptions-10.1"
EXCEPTIONS_11_1="$EXCEPTIONS_DIR/exceptions-11.1"
EXCEPTIONS_11_2="$EXCEPTIONS_DIR/exceptions-11.2"
EXCEPTIONS_12_3="$EXCEPTIONS_DIR/exceptions-12.3"
EXCEPTIONS_13_1="$EXCEPTIONS_DIR/exceptions-13.1"
EXCEPTIONS_13_2="$EXCEPTIONS_DIR/exceptions-13.2"
EXCEPTIONS_13_3="$EXCEPTIONS_DIR/exceptions-13.3"
EXCEPTIONS_13_4="$EXCEPTIONS_DIR/exceptions-13.4"
EXCEPTIONS_5_3="$EXCEPTIONS_DIR/exceptions-5.3"
EXCEPTIONS_5_4="$EXCEPTIONS_DIR/exceptions-5.4"
EXCEPTIONS_12_2="$EXCEPTIONS_DIR/exceptions-12.2"
EXCEPTIONS_10_2="$EXCEPTIONS_DIR/exceptions-10.2"
EXCEPTIONS_12_4="$EXCEPTIONS_DIR/exceptions-12.4"
EXCEPTIONS_6_4="$EXCEPTIONS_DIR/exceptions-6.4"
EXCEPTIONS_7_3="$EXCEPTIONS_DIR/exceptions-7.3"
EXCEPTIONS_8_1="$EXCEPTIONS_DIR/exceptions-8.1"
EXCEPTIONS_9_2="$EXCEPTIONS_DIR/exceptions-9.2"
EXCEPTIONS_9_3="$EXCEPTIONS_DIR/exceptions-9.3"

# Priority 3
