Skip to content

Commit

Permalink
Minor: procedure syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Aug 4, 2015
1 parent c51923c commit a9dcf51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class RestApiTest extends ResourceManagerTestBase with AssertionsForJUnit with X
private def crudURLPrefix(provider: Provider) = s"crud/${provider.name}/my-form/"
private def metadataURL(provider: Provider) = s"form/${provider.name}/my-form"

private def withOrbeonTables[T](message: String)(block: (java.sql.Connection, Provider) T) {
private def withOrbeonTables[T](message: String)(block: (java.sql.Connection, Provider) T): Unit = {
withDebug(message) {
Provider.ProvidersTestedAutomatically.foreach { provider
withDebug("on database", List("provider" provider.name)) {
Expand Down

0 comments on commit a9dcf51

Please sign in to comment.