Ejemplo n.º 1
0
	def pm_reply_thread(cls):
		author = MotssUser.objects.all()[1]
		thread = Thread.objects.all()[2]
		pm = PostManager()
		post = pm.reply_thread(author, thread.tid, 'test feeds sending', \
			'test feeds sending @yuxinjin @nonexist @test002')
		return post