From 5de34fb21cb8614d69b0cc023f07baca20abbd39 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 13 Aug 2008 06:42:04 +0000 Subject: - Patch #290316 by boombatower, Damien Tournoud et al: made simpletests work on PostgreSQL. --- modules/simpletest/simpletest.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/simpletest/simpletest.module') diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module index 9c36d15d4..05907d454 100644 --- a/modules/simpletest/simpletest.module +++ b/modules/simpletest/simpletest.module @@ -62,6 +62,7 @@ function simpletest_test_form() { $uncategorized_tests = simpletest_get_all_tests(); $tests = simpletest_categorize_tests($uncategorized_tests); if (isset($_SESSION['test_id'])) { + // Select all results using the active test ID used to group them. $results = db_query("SELECT * FROM {simpletest} WHERE test_id = %d ORDER BY test_class, message_id", $_SESSION['test_id']); $summary = array( -- cgit v1.2.3