﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12682	testcase not loading fixtures, no error message shown	forgacs.attila@…	nobody	"class SimpleTest(TestCase):
    fixtures = ['testvectors.json', 'testusers']

1. Verbosity is set to ""2""
2. fixtures reside in directory called ""fixtures""
3. loaddata works !
4. using JSON fixtures.

Problem: When running test case fixtures are not loaded, no error message is shown.
In fact, the word testvectors are not even present in the log. 
The only thing that the testcase wants to load is the initial_data
which is nonexistent. 


"		closed	Testing framework	1.2		wontfix	fixture testcase not loading		Unreviewed	0	0	0	0	0	0
