diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-11 23:06:33 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-11 23:06:33 -0400 |
| commit | 964b2bcccfbc55103b126d04fd609c858ad211bd (patch) | |
| tree | 89535198b08fc5996c2e6da88901329e9dd40f1e | |
| parent | 734d081ce6fdd970a96e43c139626519eb6125b8 (diff) | |
| download | sqlalchemy-964b2bcccfbc55103b126d04fd609c858ad211bd.tar.gz | |
fix profiles, no cext, somehow got ran with c ext partially present or something
| -rw-r--r-- | test/lib/profiles.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/profiles.txt b/test/lib/profiles.txt index 5b350bc1b..db427d701 100644 --- a/test/lib/profiles.txt +++ b/test/lib/profiles.txt @@ -209,7 +209,7 @@ test.aaa_profiling.test_resultset.ResultSetTest.test_contains_doesnt_compile 3.2 # TEST: test.aaa_profiling.test_resultset.ResultSetTest.test_string test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.5_sqlite_pysqlite_nocextensions 14369 -test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.6_sqlite_pysqlite_nocextensions 370 +test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.6_sqlite_pysqlite_nocextensions 14370 test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.7_mysql_mysqldb_cextensions 408 test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.7_mysql_mysqldb_nocextensions 14428 test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.7_postgresql_psycopg2_cextensions 20394 @@ -222,7 +222,7 @@ test.aaa_profiling.test_resultset.ResultSetTest.test_string 3.2_sqlite_pysqlite_ # TEST: test.aaa_profiling.test_resultset.ResultSetTest.test_unicode test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.5_sqlite_pysqlite_nocextensions 14369 -test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.6_sqlite_pysqlite_nocextensions 370 +test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.6_sqlite_pysqlite_nocextensions 14370 test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.7_mysql_mysqldb_cextensions 408 test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.7_mysql_mysqldb_nocextensions 44428 test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.7_postgresql_psycopg2_cextensions 20394 |
