Advertisement
olemis

Bloodhound multiproduct : test report 13/2/2013

Feb 14th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 45.99 KB | None | 0 0
  1. $ python setup.py test -m tests
  2.  
  3. [...]
  4.  
  5. ======================================================================
  6. ERROR: test_all_grouped_by_milestone (tests.ticket.query.ProductQueryTestCase)
  7. ----------------------------------------------------------------------
  8. Traceback (most recent call last):
  9.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 147, in test_all_grouped_by_milestone
  10.     sql, args = query.get_sql()
  11.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  12.     db = self.env.get_read_db()
  13.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  14.     raise NotImplementedError('Deprecated method')
  15. NotImplementedError: Deprecated method
  16.  
  17. ======================================================================
  18. ERROR: test_all_grouped_by_milestone_desc (tests.ticket.query.ProductQueryTestCase)
  19. ----------------------------------------------------------------------
  20. Traceback (most recent call last):
  21.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 159, in test_all_grouped_by_milestone_desc
  22.     sql, args = query.get_sql()
  23.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  24.     db = self.env.get_read_db()
  25.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  26.     raise NotImplementedError('Deprecated method')
  27. NotImplementedError: Deprecated method
  28.  
  29. ======================================================================
  30. ERROR: test_all_ordered_by_id (tests.ticket.query.ProductQueryTestCase)
  31. ----------------------------------------------------------------------
  32. Traceback (most recent call last):
  33.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 43, in test_all_ordered_by_id
  34.     sql, args = query.get_sql()
  35.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  36.     db = self.env.get_read_db()
  37.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  38.     raise NotImplementedError('Deprecated method')
  39. NotImplementedError: Deprecated method
  40.  
  41. ======================================================================
  42. ERROR: test_all_ordered_by_id_desc (tests.ticket.query.ProductQueryTestCase)
  43. ----------------------------------------------------------------------
  44. Traceback (most recent call last):
  45.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 54, in test_all_ordered_by_id_desc
  46.     sql, args = query.get_sql()
  47.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  48.     db = self.env.get_read_db()
  49.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  50.     raise NotImplementedError('Deprecated method')
  51. NotImplementedError: Deprecated method
  52.  
  53. ======================================================================
  54. ERROR: test_all_ordered_by_id_from_unicode (tests.ticket.query.ProductQueryTestCase)
  55. ----------------------------------------------------------------------
  56. Traceback (most recent call last):
  57.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 76, in test_all_ordered_by_id_from_unicode
  58.     sql, args = query.get_sql()
  59.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  60.     db = self.env.get_read_db()
  61.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  62.     raise NotImplementedError('Deprecated method')
  63. NotImplementedError: Deprecated method
  64.  
  65. ======================================================================
  66. ERROR: test_all_ordered_by_id_verbose (tests.ticket.query.ProductQueryTestCase)
  67. ----------------------------------------------------------------------
  68. Traceback (most recent call last):
  69.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 65, in test_all_ordered_by_id_verbose
  70.     sql, args = query.get_sql()
  71.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  72.     db = self.env.get_read_db()
  73.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  74.     raise NotImplementedError('Deprecated method')
  75. NotImplementedError: Deprecated method
  76.  
  77. ======================================================================
  78. ERROR: test_all_ordered_by_priority (tests.ticket.query.ProductQueryTestCase)
  79. ----------------------------------------------------------------------
  80. Traceback (most recent call last):
  81.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 87, in test_all_ordered_by_priority
  82.     sql, args = query.get_sql()
  83.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  84.     db = self.env.get_read_db()
  85.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  86.     raise NotImplementedError('Deprecated method')
  87. NotImplementedError: Deprecated method
  88.  
  89. ======================================================================
  90. ERROR: test_all_ordered_by_priority_desc (tests.ticket.query.ProductQueryTestCase)
  91. ----------------------------------------------------------------------
  92. Traceback (most recent call last):
  93.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 99, in test_all_ordered_by_priority_desc
  94.     sql, args = query.get_sql()
  95.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  96.     db = self.env.get_read_db()
  97.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  98.     raise NotImplementedError('Deprecated method')
  99. NotImplementedError: Deprecated method
  100.  
  101. ======================================================================
  102. ERROR: test_all_ordered_by_version (tests.ticket.query.ProductQueryTestCase)
  103. ----------------------------------------------------------------------
  104. Traceback (most recent call last):
  105.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 111, in test_all_ordered_by_version
  106.     sql, args = query.get_sql()
  107.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  108.     db = self.env.get_read_db()
  109.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  110.     raise NotImplementedError('Deprecated method')
  111. NotImplementedError: Deprecated method
  112.  
  113. ======================================================================
  114. ERROR: test_all_ordered_by_version_desc (tests.ticket.query.ProductQueryTestCase)
  115. ----------------------------------------------------------------------
  116. Traceback (most recent call last):
  117.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 123, in test_all_ordered_by_version_desc
  118.     sql, args = query.get_sql()
  119.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  120.     db = self.env.get_read_db()
  121.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  122.     raise NotImplementedError('Deprecated method')
  123. NotImplementedError: Deprecated method
  124.  
  125. ======================================================================
  126. ERROR: test_constrained_by_custom_field (tests.ticket.query.ProductQueryTestCase)
  127. ----------------------------------------------------------------------
  128. Traceback (most recent call last):
  129.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 257, in test_constrained_by_custom_field
  130.     sql, args = query.get_sql()
  131.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  132.     db = self.env.get_read_db()
  133.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  134.     raise NotImplementedError('Deprecated method')
  135. NotImplementedError: Deprecated method
  136.  
  137. ======================================================================
  138. ERROR: test_constrained_by_empty_value_contains (tests.ticket.query.ProductQueryTestCase)
  139. ----------------------------------------------------------------------
  140. Traceback (most recent call last):
  141.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 325, in test_constrained_by_empty_value_contains
  142.     sql, args = query.get_sql()
  143.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  144.     db = self.env.get_read_db()
  145.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  146.     raise NotImplementedError('Deprecated method')
  147. NotImplementedError: Deprecated method
  148.  
  149. ======================================================================
  150. ERROR: test_constrained_by_empty_value_endswith (tests.ticket.query.ProductQueryTestCase)
  151. ----------------------------------------------------------------------
  152. Traceback (most recent call last):
  153.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 347, in test_constrained_by_empty_value_endswith
  154.     sql, args = query.get_sql()
  155.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  156.     db = self.env.get_read_db()
  157.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  158.     raise NotImplementedError('Deprecated method')
  159. NotImplementedError: Deprecated method
  160.  
  161. ======================================================================
  162. ERROR: test_constrained_by_empty_value_startswith (tests.ticket.query.ProductQueryTestCase)
  163. ----------------------------------------------------------------------
  164. Traceback (most recent call last):
  165.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 336, in test_constrained_by_empty_value_startswith
  166.     sql, args = query.get_sql()
  167.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  168.     db = self.env.get_read_db()
  169.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  170.     raise NotImplementedError('Deprecated method')
  171. NotImplementedError: Deprecated method
  172.  
  173. ======================================================================
  174. ERROR: test_constrained_by_keywords (tests.ticket.query.ProductQueryTestCase)
  175. ----------------------------------------------------------------------
  176. Traceback (most recent call last):
  177.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 424, in test_constrained_by_keywords
  178.     sql, args = query.get_sql()
  179.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  180.     db = self.env.get_read_db()
  181.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  182.     raise NotImplementedError('Deprecated method')
  183. NotImplementedError: Deprecated method
  184.  
  185. ======================================================================
  186. ERROR: test_constrained_by_milestone (tests.ticket.query.ProductQueryTestCase)
  187. ----------------------------------------------------------------------
  188. Traceback (most recent call last):
  189.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 135, in test_constrained_by_milestone
  190.     sql, args = query.get_sql()
  191.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  192.     db = self.env.get_read_db()
  193.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  194.     raise NotImplementedError('Deprecated method')
  195. NotImplementedError: Deprecated method
  196.  
  197. ======================================================================
  198. ERROR: test_constrained_by_milestone_not (tests.ticket.query.ProductQueryTestCase)
  199. ----------------------------------------------------------------------
  200. Traceback (most recent call last):
  201.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 183, in test_constrained_by_milestone_not
  202.     sql, args = query.get_sql()
  203.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  204.     db = self.env.get_read_db()
  205.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  206.     raise NotImplementedError('Deprecated method')
  207. NotImplementedError: Deprecated method
  208.  
  209. ======================================================================
  210. ERROR: test_constrained_by_milestone_or_version (tests.ticket.query.ProductQueryTestCase)
  211. ----------------------------------------------------------------------
  212. Traceback (most recent call last):
  213.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 436, in test_constrained_by_milestone_or_version
  214.     sql, args = query.get_sql()
  215.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  216.     db = self.env.get_read_db()
  217.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  218.     raise NotImplementedError('Deprecated method')
  219. NotImplementedError: Deprecated method
  220.  
  221. ======================================================================
  222. ERROR: test_constrained_by_multiple_owners (tests.ticket.query.ProductQueryTestCase)
  223. ----------------------------------------------------------------------
  224. Traceback (most recent call last):
  225.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 287, in test_constrained_by_multiple_owners
  226.     sql, args = query.get_sql()
  227.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  228.     db = self.env.get_read_db()
  229.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  230.     raise NotImplementedError('Deprecated method')
  231. NotImplementedError: Deprecated method
  232.  
  233. ======================================================================
  234. ERROR: test_constrained_by_multiple_owners_contain (tests.ticket.query.ProductQueryTestCase)
  235. ----------------------------------------------------------------------
  236. Traceback (most recent call last):
  237.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 313, in test_constrained_by_multiple_owners_contain
  238.     sql, args = query.get_sql()
  239.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  240.     db = self.env.get_read_db()
  241.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  242.     raise NotImplementedError('Deprecated method')
  243. NotImplementedError: Deprecated method
  244.  
  245. ======================================================================
  246. ERROR: test_constrained_by_multiple_owners_not (tests.ticket.query.ProductQueryTestCase)
  247. ----------------------------------------------------------------------
  248. Traceback (most recent call last):
  249.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 300, in test_constrained_by_multiple_owners_not
  250.     sql, args = query.get_sql()
  251.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  252.     db = self.env.get_read_db()
  253.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  254.     raise NotImplementedError('Deprecated method')
  255. NotImplementedError: Deprecated method
  256.  
  257. ======================================================================
  258. ERROR: test_constrained_by_owner_beginswith (tests.ticket.query.ProductQueryTestCase)
  259. ----------------------------------------------------------------------
  260. Traceback (most recent call last):
  261.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 232, in test_constrained_by_owner_beginswith
  262.     sql, args = query.get_sql()
  263.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  264.     db = self.env.get_read_db()
  265.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  266.     raise NotImplementedError('Deprecated method')
  267. NotImplementedError: Deprecated method
  268.  
  269. ======================================================================
  270. ERROR: test_constrained_by_owner_containing (tests.ticket.query.ProductQueryTestCase)
  271. ----------------------------------------------------------------------
  272. Traceback (most recent call last):
  273.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 208, in test_constrained_by_owner_containing
  274.     sql, args = query.get_sql()
  275.   File "/path/to/bloodhound/trac/trac/ticket/query.py", line 434, in get_sql
  276.     db = self.env.get_read_db()
  277.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 448, in get_read_db
  278.     raise NotImplementedError('Deprecated method')
  279. NotImplementedError: Deprecated method
  280.  
  281. ======================================================================
  282. ERROR: test_constrained_by_owner_endswith (tests.ticket.query.ProductQueryTestCase)
  283. ----------------------------------------------------------------------
  284. Traceback (most recent call last):
  285.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 35, in setUp
  286.     self.req = Mock(href=self.env.href, authname='anonymous', tz=utc,
  287.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/ticket/query.py", line 36, in env
  288.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/env.py", line 149, in _setup_test_log
  289.   File "/path/to/bloodhound/trac/trac/env.py", line 633, in setup_log
  290.   File "/path/to/bloodhound/trac/trac/util/__init__.py", line 616, in get_pkginfo
  291.   File "/path/to/venv/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 1700, in find_on_path
  292. OSError: [Errno 24] Too many open files: '/path/to/bloodhound/trac'
  293.  
  294. ======================================================================
  295. ERROR: test_constrained_by_owner_not_containing (tests.ticket.query.ProductQueryTestCase)
  296. ----------------------------------------------------------------------
  297. Traceback (most recent call last):
  298.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  299.     self.env = EnvironmentStub(default_data=True)
  300.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  301.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  302.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  303.     path=path, destroying=destroying)
  304.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  305.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  306.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  307.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  308.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  309. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  310.  
  311. ======================================================================
  312. ERROR: test_constrained_by_status (tests.ticket.query.ProductQueryTestCase)
  313. ----------------------------------------------------------------------
  314. Traceback (most recent call last):
  315.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  316.     self.env = EnvironmentStub(default_data=True)
  317.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  318.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  319.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  320.     path=path, destroying=destroying)
  321.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  322.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  323.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  324.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  325.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  326. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  327.  
  328. ======================================================================
  329. ERROR: test_constrained_by_time_range (tests.ticket.query.ProductQueryTestCase)
  330. ----------------------------------------------------------------------
  331. Traceback (most recent call last):
  332.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  333.     self.env = EnvironmentStub(default_data=True)
  334.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  335.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  336.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  337.     path=path, destroying=destroying)
  338.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  339.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  340.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  341.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  342.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  343. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  344.  
  345. ======================================================================
  346. ERROR: test_constrained_by_time_range_exclusion (tests.ticket.query.ProductQueryTestCase)
  347. ----------------------------------------------------------------------
  348. Traceback (most recent call last):
  349.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  350.     self.env = EnvironmentStub(default_data=True)
  351.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  352.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  353.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  354.     path=path, destroying=destroying)
  355.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  356.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  357.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  358.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  359.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  360. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  361.  
  362. ======================================================================
  363. ERROR: test_constrained_by_time_range_modified (tests.ticket.query.ProductQueryTestCase)
  364. ----------------------------------------------------------------------
  365. Traceback (most recent call last):
  366.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  367.     self.env = EnvironmentStub(default_data=True)
  368.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  369.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  370.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  371.     path=path, destroying=destroying)
  372.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  373.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  374.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  375.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  376.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  377. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  378.  
  379. ======================================================================
  380. ERROR: test_constrained_by_time_range_open_left (tests.ticket.query.ProductQueryTestCase)
  381. ----------------------------------------------------------------------
  382. Traceback (most recent call last):
  383.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  384.     self.env = EnvironmentStub(default_data=True)
  385.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  386.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  387.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  388.     path=path, destroying=destroying)
  389.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  390.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  391.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  392.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  393.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  394. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  395.  
  396. ======================================================================
  397. ERROR: test_constrained_by_time_range_open_right (tests.ticket.query.ProductQueryTestCase)
  398. ----------------------------------------------------------------------
  399. Traceback (most recent call last):
  400.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  401.     self.env = EnvironmentStub(default_data=True)
  402.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  403.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  404.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  405.     path=path, destroying=destroying)
  406.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  407.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  408.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  409.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  410.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  411. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  412.  
  413. ======================================================================
  414. ERROR: test_csv_escape (tests.ticket.query.ProductQueryTestCase)
  415. ----------------------------------------------------------------------
  416. Traceback (most recent call last):
  417.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  418.     self.env = EnvironmentStub(default_data=True)
  419.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  420.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  421.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  422.     path=path, destroying=destroying)
  423.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  424.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  425.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  426.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  427.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  428. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  429.  
  430. ======================================================================
  431. ERROR: test_equal_in_value (tests.ticket.query.ProductQueryTestCase)
  432. ----------------------------------------------------------------------
  433. Traceback (most recent call last):
  434.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  435.     self.env = EnvironmentStub(default_data=True)
  436.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  437.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  438.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  439.     path=path, destroying=destroying)
  440.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  441.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  442.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  443.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  444.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  445. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  446.  
  447. ======================================================================
  448. ERROR: test_grouped_by_custom_field (tests.ticket.query.ProductQueryTestCase)
  449. ----------------------------------------------------------------------
  450. Traceback (most recent call last):
  451.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  452.     self.env = EnvironmentStub(default_data=True)
  453.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  454.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  455.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  456.     path=path, destroying=destroying)
  457.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  458.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  459.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  460.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  461.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  462. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  463.  
  464. ======================================================================
  465. ERROR: test_grouped_by_priority (tests.ticket.query.ProductQueryTestCase)
  466. ----------------------------------------------------------------------
  467. Traceback (most recent call last):
  468.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  469.     self.env = EnvironmentStub(default_data=True)
  470.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  471.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  472.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  473.     path=path, destroying=destroying)
  474.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  475.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  476.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  477.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  478.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  479. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  480.  
  481. ======================================================================
  482. ERROR: test_repeated_constraint_field (tests.ticket.query.ProductQueryTestCase)
  483. ----------------------------------------------------------------------
  484. Traceback (most recent call last):
  485.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  486.     self.env = EnvironmentStub(default_data=True)
  487.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  488.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  489.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  490.     path=path, destroying=destroying)
  491.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  492.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  493.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  494.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  495.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  496. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  497.  
  498. ======================================================================
  499. ERROR: test_special_character_escape (tests.ticket.query.ProductQueryTestCase)
  500. ----------------------------------------------------------------------
  501. Traceback (most recent call last):
  502.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  503.     self.env = EnvironmentStub(default_data=True)
  504.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  505.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  506.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  507.     path=path, destroying=destroying)
  508.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  509.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  510.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  511.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  512.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  513. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  514.  
  515. ======================================================================
  516. ERROR: test_template_data (tests.ticket.query.ProductQueryTestCase)
  517. ----------------------------------------------------------------------
  518. Traceback (most recent call last):
  519.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  520.     self.env = EnvironmentStub(default_data=True)
  521.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  522.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  523.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  524.     path=path, destroying=destroying)
  525.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  526.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  527.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  528.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  529.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  530. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  531.  
  532. ======================================================================
  533. ERROR: test_user_var (tests.ticket.query.ProductQueryTestCase)
  534. ----------------------------------------------------------------------
  535. Traceback (most recent call last):
  536.   File "/path/to/bloodhound/trac/trac/ticket/tests/query.py", line 34, in setUp
  537.     self.env = EnvironmentStub(default_data=True)
  538.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  539.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  540.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  541.     path=path, destroying=destroying)
  542.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  543.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  544.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  545.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  546.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  547. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  548.  
  549. ======================================================================
  550. ERROR: test_csv_escape (tests.ticket.report.ProductReportTestCase)
  551. ----------------------------------------------------------------------
  552. Traceback (most recent call last):
  553.   File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
  554.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  555.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  556.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  557.     path=path, destroying=destroying)
  558.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  559.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  560.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  561.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  562.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  563. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  564.  
  565. ======================================================================
  566. ERROR: test_saved_custom_query_redirect (tests.ticket.report.ProductReportTestCase)
  567. ----------------------------------------------------------------------
  568. Traceback (most recent call last):
  569.   File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
  570.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  571.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  572.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  573.     path=path, destroying=destroying)
  574.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  575.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  576.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  577.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  578.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  579. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  580.  
  581. ======================================================================
  582. ERROR: test_sub_var_digits_underscore (tests.ticket.report.ProductReportTestCase)
  583. ----------------------------------------------------------------------
  584. Traceback (most recent call last):
  585.   File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
  586.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  587.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  588.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  589.     path=path, destroying=destroying)
  590.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  591.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  592.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  593.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  594.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  595. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  596.  
  597. ======================================================================
  598. ERROR: test_sub_var_missing_args (tests.ticket.report.ProductReportTestCase)
  599. ----------------------------------------------------------------------
  600. Traceback (most recent call last):
  601.   File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
  602.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  603.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  604.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  605.     path=path, destroying=destroying)
  606.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  607.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  608.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  609.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  610.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  611. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  612.  
  613. ======================================================================
  614. ERROR: test_sub_var_no_quotes (tests.ticket.report.ProductReportTestCase)
  615. ----------------------------------------------------------------------
  616. Traceback (most recent call last):
  617.   File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
  618.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  619.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  620.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  621.     path=path, destroying=destroying)
  622.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  623.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  624.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  625.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  626.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  627. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  628.  
  629. ======================================================================
  630. ERROR: test_sub_var_quotes (tests.ticket.report.ProductReportTestCase)
  631. ----------------------------------------------------------------------
  632. Traceback (most recent call last):
  633.   File "/path/to/bloodhound/trac/trac/ticket/tests/report.py", line 22, in setUp
  634.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  635.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  636.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  637.     path=path, destroying=destroying)
  638.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  639.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  640.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  641.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  642.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  643. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  644.  
  645. ======================================================================
  646. ERROR: test_closed_interval (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase)
  647. ----------------------------------------------------------------------
  648. Traceback (most recent call last):
  649.   File "/path/to/bloodhound/trac/trac/ticket/tests/roadmap.py", line 65, in setUp
  650.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  651.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  652.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  653.     path=path, destroying=destroying)
  654.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  655.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  656.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  657.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  658.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  659. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  660.  
  661. ======================================================================
  662. ERROR: test_open_interval (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase)
  663. ----------------------------------------------------------------------
  664. Traceback (most recent call last):
  665.   File "/path/to/bloodhound/trac/trac/ticket/tests/roadmap.py", line 65, in setUp
  666.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  667.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  668.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  669.     path=path, destroying=destroying)
  670.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  671.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  672.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  673.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  674.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  675. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  676.  
  677. ======================================================================
  678. ERROR: test_stats (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase)
  679. ----------------------------------------------------------------------
  680. Traceback (most recent call last):
  681.   File "/path/to/bloodhound/trac/trac/ticket/tests/roadmap.py", line 65, in setUp
  682.   File "/path/to/bloodhound/trac/trac/core.py", line 140, in __call__
  683.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  684.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/env.py", line 110, in __init__
  685.     path=path, destroying=destroying)
  686.   File "/path/to/bloodhound/trac/trac/core.py", line 107, in new_init
  687.   File "/path/to/bloodhound/trac/trac/test.py", line 263, in __init__
  688.   File "/path/to/bloodhound/trac/trac/ticket/default_workflow.py", line 92, in load_workflow_config_snippet
  689.   File "/path/to/bloodhound/trac/trac/config.py", line 61, in __init__
  690.   File "/path/to/bloodhound/trac/trac/config.py", line 266, in parse_if_needed
  691. TracError: Error reading '/path/to/bloodhound/trac/trac/ticket/workflows/basic-workflow.ini', make sure it is readable.
  692.  
  693. ======================================================================
  694. FAIL: Login-to-email mapping
  695. ----------------------------------------------------------------------
  696. Traceback (most recent call last):
  697.   File "/path/to/bloodhound/trac/trac/ticket/tests/notification.py", line 322, in test_email_map
  698.     self.failIf('To' not in headers)
  699. AssertionError: True is not False
  700.  
  701. ======================================================================
  702. FAIL: Using the reporter or change author as the notification sender
  703. ----------------------------------------------------------------------
  704. Traceback (most recent call last):
  705.   File "/path/to/bloodhound/trac/trac/ticket/tests/notification.py", line 350, in test_from_author
  706.     self.assertEqual('"Joe User" <[email protected]>', headers['From'])
  707. AssertionError: '"Joe User" <[email protected]>' != '"My Trac" <[email protected]>'
  708.  
  709. ======================================================================
  710. FAIL: Non-SMTP domain exclusion
  711. ----------------------------------------------------------------------
  712. Traceback (most recent call last):
  713.   File "/path/to/bloodhound/trac/trac/ticket/tests/notification.py", line 417, in test_ignore_domains
  714.     self.failIf('To' not in headers)
  715. AssertionError: True is not False
  716.  
  717. ----------------------------------------------------------------------
  718. Ran 340 tests in 262.115s
  719.  
  720. FAILED (failures=3, errors=48)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement