Skip to content

Commit

Permalink
Correcting test groovy package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranbir Kumar committed Jun 28, 2024
1 parent e2c6dfb commit 023e52f
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import org.apache.avro.test.custom.CommentGenerator
import org.apache.avro.test.custom.TimestampGenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import org.apache.avro.GradleFeatures

import static org.gradle.testkit.runner.TaskOutcome.FAILED
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import org.apache.avro.AvroPlugin
import org.apache.avro.Constants
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.apache.avro.test.custom
package org.apache.avro

import org.apache.avro.AvroUtils
import org.apache.avro.Protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import spock.lang.IgnoreIf
import spock.util.environment.OperatingSystem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.FAILED
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import spock.lang.Unroll

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import com.vdurmont.semver4j.Semver
import org.apache.avro.GradleFeatures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro


import org.apache.avro.GenerateAvroProtocolTask
import spock.lang.Subject

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro


import org.apache.avro.GradleFeatures
import org.gradle.testkit.runner.BuildResult

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.apache.avro.test.custom
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.avro.test.custom
package org.apache.avro

import org.apache.avro.test.custom.CommentGenerator
import org.apache.avro.test.custom.TimestampGenerator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.apache.avro.test.custom
package org.apache.avro


import org.apache.avro.ResolveAvroDependenciesTask
import org.hamcrest.MatcherAssert
import spock.lang.Subject
import uk.co.datumedge.hamcrest.json.SameJSONAs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.apache.avro.test.custom
package org.apache.avro

import org.apache.avro.SchemaResolver
import org.gradle.api.GradleException
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.apache.avro.test.custom
package org.apache.avro

import org.apache.avro.Strings
import spock.lang.Specification
Expand Down

0 comments on commit 023e52f

Please sign in to comment.