You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/05/28 15:39:54 UTC

[11/35] lucene-solr:jira/solr-11779: LUCENE-8273: Move test resources to where they belong

LUCENE-8273: Move test resources to where they belong


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/2f383426
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/2f383426
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/2f383426

Branch: refs/heads/jira/solr-11779
Commit: 2f38342687f1af3a092f1fbfa183a09a55490cb3
Parents: 71ed5ba
Author: Steve Rowe <sa...@apache.org>
Authored: Thu May 24 18:13:35 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu May 24 18:13:35 2018 -0400

----------------------------------------------------------------------
 .../lucene/analysis/miscellaneous/protected-1.txt  | 17 -----------------
 .../lucene/analysis/miscellaneous/protected-2.txt  | 17 -----------------
 .../lucene/analysis/miscellaneous/protected-1.txt  | 17 +++++++++++++++++
 .../lucene/analysis/miscellaneous/protected-2.txt  | 17 +++++++++++++++++
 4 files changed, 34 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2f383426/lucene/analysis/common/src/resources/org/apache/lucene/analysis/miscellaneous/protected-1.txt
----------------------------------------------------------------------
diff --git a/lucene/analysis/common/src/resources/org/apache/lucene/analysis/miscellaneous/protected-1.txt b/lucene/analysis/common/src/resources/org/apache/lucene/analysis/miscellaneous/protected-1.txt
deleted file mode 100644
index 3fe6d02..0000000
--- a/lucene/analysis/common/src/resources/org/apache/lucene/analysis/miscellaneous/protected-1.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-foo
-bar

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2f383426/lucene/analysis/common/src/resources/org/apache/lucene/analysis/miscellaneous/protected-2.txt
----------------------------------------------------------------------
diff --git a/lucene/analysis/common/src/resources/org/apache/lucene/analysis/miscellaneous/protected-2.txt b/lucene/analysis/common/src/resources/org/apache/lucene/analysis/miscellaneous/protected-2.txt
deleted file mode 100644
index d9a5c3c..0000000
--- a/lucene/analysis/common/src/resources/org/apache/lucene/analysis/miscellaneous/protected-2.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-golden
-compote

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2f383426/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/protected-1.txt
----------------------------------------------------------------------
diff --git a/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/protected-1.txt b/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/protected-1.txt
new file mode 100644
index 0000000..3fe6d02
--- /dev/null
+++ b/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/protected-1.txt
@@ -0,0 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+foo
+bar

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2f383426/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/protected-2.txt
----------------------------------------------------------------------
diff --git a/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/protected-2.txt b/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/protected-2.txt
new file mode 100644
index 0000000..d9a5c3c
--- /dev/null
+++ b/lucene/analysis/common/src/test/org/apache/lucene/analysis/miscellaneous/protected-2.txt
@@ -0,0 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+golden
+compote