test: Rename test case name TestQtJson -> tst_QtJson
authorSergio Ahumada <sergio.ahumada@digia.com>
Mon, 22 Oct 2012 10:39:02 +0000 (12:39 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 23 Oct 2012 23:39:02 +0000 (01:39 +0200)
commitcd0c6d69fa2f31856ab4c815c9e8745c779eefee
treed06a26d13d865a9490c86d895a0498bc0068a2a0
parentead0e0029a8f1b41b25ae676b030fce51090269d
test: Rename test case name TestQtJson -> tst_QtJson

This allows us to follow test naming convention which should start
with "tst_"

 Before:
  TestQtJson::initTestCase()

 After:
  tst_QtJson::initTestCase()

Change-Id: Id83ccc324776399184c3665565eb8d045bfee2e2
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
tests/auto/corelib/json/tst_qtjson.cpp