← Back to team overview

maria-developers team mailing list archive

[Branch ~maria-captains/maria/5.1] Rev 2750: Added missing 'source' command.

 

------------------------------------------------------------
revno: 2750
committer: Michael Widenius <monty@xxxxxxxxxxxx>
branch nick: mysql-maria
timestamp: Wed 2009-10-28 10:08:54 +0200
message:
  Added missing 'source' command.
modified:
  mysql-test/suite/parts/t/part_supported_sql_func_innodb.test
  mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test
  mysql-test/suite/parts/t/partition_alter4_myisam.test


--
lp:maria
https://code.launchpad.net/~maria-captains/maria/5.1

Your team Maria developers is subscribed to branch lp:maria.
To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription.
=== modified file 'mysql-test/suite/parts/t/part_supported_sql_func_innodb.test'
--- mysql-test/suite/parts/t/part_supported_sql_func_innodb.test	2009-10-28 07:52:34 +0000
+++ mysql-test/suite/parts/t/part_supported_sql_func_innodb.test	2009-10-28 08:08:54 +0000
@@ -26,7 +26,7 @@
 let $do_long_tests= 1;
 
 #
---include/big_test.inc
+--source include/big_test.inc
 # The server must support partitioning.
 --source include/have_partition.inc
 

=== modified file 'mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test'
--- mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test	2009-10-28 07:52:34 +0000
+++ mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test	2009-10-28 08:08:54 +0000
@@ -44,7 +44,7 @@
 let $more_pk_ui_tests= 0;
 
 # Slow running test
---include/big_test.inc
+--source include/big_test.inc
 # This test relies on connecting externally from mysqltest, doesn't
 # work with embedded.
 --source include/not_embedded.inc

=== modified file 'mysql-test/suite/parts/t/partition_alter4_myisam.test'
--- mysql-test/suite/parts/t/partition_alter4_myisam.test	2009-10-28 07:52:34 +0000
+++ mysql-test/suite/parts/t/partition_alter4_myisam.test	2009-10-28 08:08:54 +0000
@@ -41,7 +41,7 @@
 let $more_pk_ui_tests= 0;
 
 # Slow running test
---include/big_test.inc
+--source include/big_test.inc
 # This test relies on connecting externally from mysqltest, doesn't
 # work with embedded.
 --source include/not_embedded.inc