Skip to content

Commit

Permalink
RepeatableTest moved to main sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed May 10, 2020
1 parent 7762500 commit bee29f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
@@ -1,4 +1,4 @@
package org.jetbrains.exposed.test.utils
package org.jetbrains.exposed.sql.tests

import org.junit.rules.TestRule
import org.junit.runner.Description
Expand Down
Expand Up @@ -3,7 +3,7 @@ package org.jetbrains.exposed.sql.tests.mysql
import org.jetbrains.exposed.sql.tests.DatabaseTestsBase
import org.jetbrains.exposed.sql.tests.TestDB
import org.jetbrains.exposed.sql.transactions.TransactionManager
import org.jetbrains.exposed.test.utils.RepeatableTestRule
import org.jetbrains.exposed.sql.tests.RepeatableTestRule
import org.junit.Rule
import org.junit.Test
import kotlin.test.assertFalse
Expand Down
Expand Up @@ -9,7 +9,7 @@ import org.jetbrains.exposed.sql.transactions.experimental.newSuspendedTransacti
import org.jetbrains.exposed.sql.transactions.experimental.suspendedTransaction
import org.jetbrains.exposed.sql.transactions.experimental.suspendedTransactionAsync
import org.jetbrains.exposed.sql.transactions.transaction
import org.jetbrains.exposed.test.utils.RepeatableTest
import org.jetbrains.exposed.sql.tests.RepeatableTest
import org.junit.Rule
import org.junit.Test
import java.sql.Connection
Expand Down
Expand Up @@ -3,9 +3,9 @@ package org.jetbrains.exposed.spring
import kotlinx.coroutines.*
import kotlinx.coroutines.debug.junit4.CoroutinesTimeout
import org.jetbrains.exposed.sql.*
import org.jetbrains.exposed.sql.tests.utils.RepeatableTest
import org.jetbrains.exposed.sql.transactions.experimental.suspendedTransactionAsync
import org.jetbrains.exposed.sql.transactions.transaction
import org.jetbrains.exposed.sql.tests.RepeatableTest
import org.junit.Rule
import org.junit.Test
import org.springframework.test.annotation.Commit
Expand Down

0 comments on commit bee29f3

Please sign in to comment.