Skip to content

Commit 46a1381

Browse files
committed
Relocate GormEntityTraitSpec.groovy to grace-datastore-gorm
1 parent f580d00 commit 46a1381

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

grace-datastore-gorm-support/src/test/groovy/org/grails/datastore/gorm/GormEntityTraitSpec.groovy renamed to grace-datastore-gorm/src/test/groovy/org/grails/datastore/gorm/GormEntityTraitSpec.groovy

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
1-
package org.grails.datastore.gorm
2-
3-
import grails.artefact.Artefact
4-
import grails.gorm.annotation.Entity
5-
import org.grails.datastore.gorm.query.GormQueryOperations
6-
import org.grails.datastore.mapping.dirty.checking.DirtyCheckable
7-
import org.grails.datastore.mapping.model.config.GormProperties
8-
import org.grails.datastore.mapping.reflect.ClassPropertyFetcher
9-
import spock.lang.Specification
10-
11-
import java.lang.reflect.Method
12-
import java.lang.reflect.Modifier
13-
141
/*
15-
* Copyright 2014 original authors
2+
* Copyright 2014-2025 the original author or authors.
163
*
174
* Licensed under the Apache License, Version 2.0 (the "License");
185
* you may not use this file except in compliance with the License.
196
* You may obtain a copy of the License at
207
*
21-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* https://www.apache.org/licenses/LICENSE-2.0
229
*
2310
* Unless required by applicable law or agreed to in writing, software
2411
* distributed under the License is distributed on an "AS IS" BASIS,
2512
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2613
* See the License for the specific language governing permissions and
2714
* limitations under the License.
2815
*/
16+
package org.grails.datastore.gorm
17+
18+
import grails.gorm.annotation.Entity
19+
import org.grails.datastore.gorm.query.GormQueryOperations
20+
import org.grails.datastore.mapping.dirty.checking.DirtyCheckable
21+
import org.grails.datastore.mapping.model.config.GormProperties
22+
import org.grails.datastore.mapping.reflect.ClassPropertyFetcher
23+
import spock.lang.Specification
24+
25+
import java.lang.reflect.Method
26+
import java.lang.reflect.Modifier
2927

3028
/**
3129
* @author graemerocher

0 commit comments

Comments
 (0)