Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 79b8585

Browse files
author
Michael Grauer
committed
BUG: Refs #0298. Changed add_midas_mysql_test to add_midas_test.
1 parent 54f82ab commit 79b8585

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
add_midas_mysql_test( ApiKeyControllerTest ApiKeyControllerTest.php )
2-
add_midas_mysql_test( ApiIndexControllerTest ApiIndexControllerTest.php )
3-
add_midas_mysql_test( ApiCallMethodsTest ApiCallMethodsTest.php )
1+
add_midas_test( ApiKeyControllerTest ApiKeyControllerTest.php )
2+
add_midas_test( ApiIndexControllerTest ApiIndexControllerTest.php )
3+
add_midas_test( ApiCallMethodsTest ApiCallMethodsTest.php )
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
add_midas_mysql_test( ApiUserApiModel UserApiModelTest.php )
1+
add_midas_test( ApiUserApiModel UserApiModelTest.php )
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
add_midas_mysql_test( CommunityagreementConfigController ConfigControllerTest.php )
1+
add_midas_test( CommunityagreementConfigController ConfigControllerTest.php )
22

33
# Syle
44
add_midas_style_test( StyleCommunityagreementControllers ${CMAKE_SOURCE_DIR}/modules/communityagreement/controllers )
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
add_midas_mysql_test( CommunityagreementAgreementModel AgreementModelTest.php )
1+
add_midas_test( CommunityagreementAgreementModel AgreementModelTest.php )
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
add_midas_mysql_test( HelloworldFeedCoreController FeedCoreControllerTest.php )
2-
add_midas_mysql_test( HelloworldIndexController IndexControllerTest.php )
1+
add_midas_test( HelloworldFeedCoreController FeedCoreControllerTest.php )
2+
add_midas_test( HelloworldIndexController IndexControllerTest.php )
33

44
# Syle
55
add_midas_style_test( StyleHelloworldControllers ${CMAKE_SOURCE_DIR}/modules/helloworld/controllers )
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
add_midas_mysql_test( HelloworldHelloModel HelloModelTest.php )
1+
add_midas_test( HelloworldHelloModel HelloModelTest.php )
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
add_midas_mysql_test( OaiIndexController IndexControllerTest.php )
1+
add_midas_test( OaiIndexController IndexControllerTest.php )
22

33
# Syle
44
add_midas_style_test( StyleOaiControllers ${CMAKE_SOURCE_DIR}/modules/oai/controllers )

0 commit comments

Comments
 (0)