Skip to content

Commit

Permalink
Deleted original unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Luque committed May 12, 2011
1 parent a723c0a commit d54cf53
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 70 deletions.
10 changes: 8 additions & 2 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -16,8 +16,8 @@ grails.project.dependency.resolution = {

// uncomment the below to enable remote dependency resolution
// from public Maven repositories
//mavenLocal()
//mavenCentral()
mavenLocal()
mavenCentral()
//mavenRepo "http://snapshots.repository.codehaus.org"
//mavenRepo "http://repository.codehaus.org"
//mavenRepo "http://download.java.net/maven/2/"
Expand All @@ -27,5 +27,11 @@ grails.project.dependency.resolution = {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.

// runtime 'mysql:mysql-connector-java:5.1.13'

test('org.concordion:concordion:1.4.1') {
exclude 'xml-apis'
}
test("org.codehaus.geb:geb-core:latest.release")
test("org.seleniumhq.selenium:selenium-firefox-driver:2.0a7")
}
}
17 changes: 0 additions & 17 deletions test/unit/org/example/pomodoro/TagControllerTests.groovy

This file was deleted.

17 changes: 0 additions & 17 deletions test/unit/org/example/pomodoro/TagTests.groovy

This file was deleted.

17 changes: 0 additions & 17 deletions test/unit/org/example/pomodoro/TaskControllerTests.groovy

This file was deleted.

17 changes: 0 additions & 17 deletions test/unit/org/example/pomodoro/TaskTests.groovy

This file was deleted.

0 comments on commit d54cf53

Please sign in to comment.