﻿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
27426	Test Client shouldn't subclass RequestFactory	Ana Balica	Ana Balica	"Currently the test Client is inheriting from RequestFactory for code reuse. Client is not a specialisation of the RequestFactory and the relationship between the two is conceptually incorrect.

Much easier would be to use composition. With that it also becomes possible to use any other type of request factory with the Client. Open for discussion if there is actually any need for a different request factory besides the default one. 

"	Cleanup/optimization	closed	Testing framework	1.10	Normal	invalid	test, client, requestfactory		Accepted	1	0	0	1	0	0
