Removed unnecessary report files from repo.
authorJukka Saastamoinen <juksa@czc6303cj1.ixonos.local>
Thu, 8 Apr 2010 07:42:41 +0000 (10:42 +0300)
committerJukka Saastamoinen <juksa@czc6303cj1.ixonos.local>
Thu, 8 Apr 2010 07:42:41 +0000 (10:42 +0300)
reports/tests_summary.txt
scripts/master_test_script.sh
scripts/tests_summary.txt [deleted file]
tests/testUI/testtabs/testtabs [deleted file]

index 5e402d3..235f59c 100644 (file)
@@ -1,24 +1,3 @@
-############# testGPS/testGPS ################
+############# testmap/testmapscene ################
+############# testUI/testtabs ################
 Totals: 3 passed, 0 failed, 0 skipped
-############# testMap/testMapEngine ################
-Totals: 3 passed, 0 failed, 0 skipped
-############# testMap/testMapScene ################
-Totals: 2 passed, 1 failed, 0 skipped
-############# testMap/testMapTile ################
-Totals: 4 passed, 0 failed, 0 skipped
-############# testMap/testMapView ################
-Totals: 3 passed, 0 failed, 0 skipped
-############# testPHP/testPHP ################
-Totals: 3 passed, 0 failed, 0 skipped
-############# testUI/testUI ################
-Totals: 2 passed, 1 failed, 0 skipped
-############# testMap/testMapEngine ################
-Totals: 3 passed, 0 failed, 0 skipped
-############# testMap/testMapScene ################
-Totals: 2 passed, 1 failed, 0 skipped
-############# testMap/testMapTile ################
-Totals: 4 passed, 0 failed, 0 skipped
-############# testMap/testMapView ################
-Totals: 3 passed, 0 failed, 0 skipped
-############# testUI/testUI ################
-Totals: 2 passed, 1 failed, 0 skipped
index 2f03ebb..c6a3baf 100755 (executable)
@@ -34,15 +34,8 @@ do
   for unittest in "${CASES[@]}"
   do
     cd $location/$component/$unittest
-    if [ $component = "testMap" ]; then 
-       qmake
-    else 
-       qmake -project "CONFIG+=qtestlib"
-       echo "Creating make file for $component/$unittest"
-       qmake
-    fi
     echo "Building tests for $component/$unittest"
-    make
+    qmake
     echo "Running tests for $component/$unittest"
     ./$unittest -o testreport_$component.txt
     echo "Cleaning $unittest"
diff --git a/scripts/tests_summary.txt b/scripts/tests_summary.txt
deleted file mode 100644 (file)
index 82c1bbc..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-##########################################
-# Summary of unit tests executed         #
-# Date: Wed Mar 31 12:50:55 EEST 2010    #
-# User: juksa                            #
-##########################################
diff --git a/tests/testUI/testtabs/testtabs b/tests/testUI/testtabs/testtabs
deleted file mode 100755 (executable)
index 0fce2ba..0000000
Binary files a/tests/testUI/testtabs/testtabs and /dev/null differ