NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/spongenet/trunk/spongenet/tests/expand/bad_config.py

Revision 337 (checked in by cbc, 14 years ago)

Initial import.

Line 
1 """Bad test configuration for the expand module."""
2
3 import os
4
5 zipdir = os.path.join(os.path.dirname(os.path.abspath(__file__)),
6                       "tests/expand/zip")
7 xmldir = os.path.join(os.path.dirname(os.path.abspath(__file__)),
8                       "tests/expand/xml")
9 # The next line has a SyntaxError
10 zipdir_pattern = "[0-9][0-9][0-9][0-9]_[0-9][0-9]
11 zipfile_pattern = "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
12                   "[0-9][0-9][0-9][0-9][0-9][0-9]-" \
13                   "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
14                   "[0-9][0-9][0-9][0-9][0-9][0-9].zip"
15 xmlfile_pattern = "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]T" \
16                   "[0-9][0-9][0-9][0-9][0-9][0-9].xml"
17
Note: See TracBrowser for help on using the browser.