Skip to content

Commit

Permalink
moved annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
RosesTheN00b committed Jul 26, 2018
1 parent ba4b668 commit 65fcbe3
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -12,7 +12,7 @@ import de.sebastianruziczka.CobolExtension
import de.sebastianruziczka.api.CobolCodeType
import de.sebastianruziczka.api.CobolSourceFile
import de.sebastianruziczka.api.CobolTestFramework
import de.sebastianruziczka.api.CobolUnitFrameworkProvider
import de.sebastianruziczka.api.CobolUnitTestFrameworkProvider
import de.sebastianruziczka.buildcycle.test.TestFile
import de.sebastianruziczka.cobolunit.coverage.ComputeTestCoverageTask
import de.sebastianruziczka.cobolunit.coverage.linefix.FixedFileConverter
Expand All @@ -23,7 +23,7 @@ import de.sebastianruziczka.cobolunit.steps.TestExectuableExecutor
import de.sebastianruziczka.cobolunit.steps.ZUTZCPC
import de.sebastianruziczka.metainf.MetaInfPropertyResolver

@CobolUnitFrameworkProvider
@CobolUnitTestFrameworkProvider
class CobolUnit implements CobolTestFramework{
Logger logger = LoggerFactory.getLogger('cobolUnit')

Expand Down Expand Up @@ -77,7 +77,7 @@ class CobolUnit implements CobolTestFramework{

private void createTestConf() {
String path = this.defaultConfPath()
logger.info('Using Path: '+path)
logger.info('Using Path: ' + path)
def defaultConfFile = new File(path)
defaultConfFile.delete()

Expand Down Expand Up @@ -171,4 +171,4 @@ class CobolUnit implements CobolTestFramework{
public void clean() {
this.coverageOutput = new HashMap()
}
}
}

0 comments on commit 65fcbe3

Please sign in to comment.