From d4e9c964a2d17d0dbdd9c7c9599bf502ce995d9c Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 12 Jun 2016 12:02:02 +0200 Subject: Rename tst_material and tst_universal These test specificly the QQuickMaterialStyle and QQuickUniversalStyle implementations, so rename appropriately to make room for the upcoming tst_material and tst_universal tests. See the next commit for more details about that. Change-Id: I08d6116d6219084f6087682b7e712f8499a0e945 Reviewed-by: Mitch Curtis --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 747a3778..c7378c78 100644 --- a/.gitignore +++ b/.gitignore @@ -18,16 +18,16 @@ /tests/auto/controls/tst_controls /tests/auto/drawer/tst_drawer /tests/auto/focus/tst_focus -/tests/auto/material/tst_material /tests/auto/menu/tst_menu /tests/auto/popup/tst_popup /tests/auto/pressandhold/tst_pressandhold +/tests/auto/qquickmaterialstyle/tst_qquickmaterialstyle /tests/auto/qquickstyle/tst_qquickstyle /tests/auto/qquickstyleselector/tst_qquickstyleselector +/tests/auto/qquickuniversalstyle/tst_qquickuniversalstyle /tests/auto/sanity/tst_sanity /tests/auto/snippets/tst_snippets /tests/auto/styles/tst_styles -/tests/auto/universal/tst_universal /tests/benchmarks/creationtime/tst_creationtime /tests/benchmarks/objectcount/tst_objectcount /tests/manual/fonts/fonts -- cgit v1.2.3