File tree Expand file tree Collapse file tree 6 files changed +6
-10
lines changed
src/test/java/org/metafacture/contrib/solr Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
- package org .metafacture .solr ;
1
+ package org .metafacture .contrib . solr ;
2
2
3
3
import org .apache .solr .client .solrj .SolrClient ;
4
4
import org .apache .solr .client .solrj .SolrRequest ;
Original file line number Diff line number Diff line change 1
- package org .metafacture .solr ;
1
+ package org .metafacture .contrib . solr ;
2
2
3
3
import org .junit .Before ;
4
4
import org .junit .Test ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .metafacture .solr ;
16
+ package org .metafacture .contrib . solr ;
17
17
18
18
import org .metafacture .framework .ObjectReceiver ;
19
19
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .metafacture .solr ;
16
+ package org .metafacture .contrib . solr ;
17
17
18
18
import org .apache .solr .common .SolrInputDocument ;
19
19
import org .jcsp .lang .*;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .metafacture .solr ;
16
+ package org .metafacture .contrib . solr ;
17
17
18
18
import org .apache .solr .common .SolrInputDocument ;
19
19
import org .apache .solr .common .SolrInputField ;
Original file line number Diff line number Diff line change 1
- package org .metafacture .solr ;
1
+ package org .metafacture .contrib . solr ;
2
2
3
3
import org .apache .solr .common .SolrInputDocument ;
4
4
import org .junit .Before ;
5
5
import org .junit .Test ;
6
- import org .xml .sax .Attributes ;
7
6
import org .xml .sax .helpers .AttributesImpl ;
8
7
9
- import javax .xml .namespace .QName ;
10
-
11
8
import java .util .HashMap ;
12
9
import java .util .List ;
13
10
import java .util .stream .Collectors ;
14
11
import java .util .stream .Stream ;
15
12
16
- import static java .util .function .Predicate .isEqual ;
17
13
import static org .hamcrest .CoreMatchers .equalTo ;
18
14
import static org .hamcrest .CoreMatchers .hasItems ;
19
15
import static org .junit .Assert .*;
You can’t perform that action at this time.
0 commit comments