Ignore:
Timestamp:
Nov 5, 2007, 6:01:22 PM (17 years ago)
Author:
ole
Message:

Disabled faulty test in Advection and also commented the logging info out. Ended up excluding it altogether. If anyone think we need advection, see ticket:205, and revive it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/test_all.py

    r4795 r4796  
    1919
    2020exclude_files = []
    21 if sys.platform != 'win32':  #Windows
    22     exclude_files.append('test_advection.py') #Weave doesn't work on Linux
    23    
     21
     22#if sys.platform != 'win32': 
     23#    exclude_files.append('test_advection.py') #Weave doesn't work on Linux
     24
     25# Exclude test_advection on all platforms for the time being. See ticket:205
     26exclude_files.append('test_advection.py') #Weave doesn't work on Linux
     27
     28
     29# Directories that should not be searched for test files.   
    2430exclude_dirs = ['pypar_dist', #Special requirements
    2531                'props', 'wcprops', 'prop-base', 'text-base', '.svn', #Svn
Note: See TracChangeset for help on using the changeset viewer.