Repository: incubator-juneau Updated Branches: refs/heads/master e42eac68c -> 6b95f8910
Fix juneau-server-test. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/6b95f891 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/6b95f891 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/6b95f891 Branch: refs/heads/master Commit: 6b95f891011a21ddfc17b88697b82c128d07c931 Parents: e42eac6 Author: jamesbognar <[email protected]> Authored: Thu Aug 25 12:42:39 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Thu Aug 25 12:42:39 2016 -0400 ---------------------------------------------------------------------- .../juneau/server/TestMessages.properties | 16 ---- .../juneau/server/TestMessages2.properties | 16 ---- .../org/apache/juneau/server/TestNls.properties | 79 -------------------- .../juneau/server/TestNlsProperty.properties | 16 ---- .../org/apache/juneau/server/xdocs/test.txt | 1 - .../apache/juneau/server/xdocs/xdocs/test.txt | 1 - 6 files changed, 129 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/6b95f891/juneau-server-test/src/main/java/org/apache/juneau/server/TestMessages.properties ---------------------------------------------------------------------- diff --git a/juneau-server-test/src/main/java/org/apache/juneau/server/TestMessages.properties b/juneau-server-test/src/main/java/org/apache/juneau/server/TestMessages.properties deleted file mode 100755 index d107ee8..0000000 --- a/juneau-server-test/src/main/java/org/apache/juneau/server/TestMessages.properties +++ /dev/null @@ -1,16 +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. * -# * * -# *************************************************************************************************************************** - -key1 = value1a -key2 = value2a \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/6b95f891/juneau-server-test/src/main/java/org/apache/juneau/server/TestMessages2.properties ---------------------------------------------------------------------- diff --git a/juneau-server-test/src/main/java/org/apache/juneau/server/TestMessages2.properties b/juneau-server-test/src/main/java/org/apache/juneau/server/TestMessages2.properties deleted file mode 100755 index 9a5fe73..0000000 --- a/juneau-server-test/src/main/java/org/apache/juneau/server/TestMessages2.properties +++ /dev/null @@ -1,16 +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. * -# * * -# *************************************************************************************************************************** - -key2 = value2b -key3 = value3b \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/6b95f891/juneau-server-test/src/main/java/org/apache/juneau/server/TestNls.properties ---------------------------------------------------------------------- diff --git a/juneau-server-test/src/main/java/org/apache/juneau/server/TestNls.properties b/juneau-server-test/src/main/java/org/apache/juneau/server/TestNls.properties deleted file mode 100755 index 9833d00..0000000 --- a/juneau-server-test/src/main/java/org/apache/juneau/server/TestNls.properties +++ /dev/null @@ -1,79 +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. * -# * * -# *************************************************************************************************************************** - -label = Test2.a -description = Test2.b -test2 = Test2.c -test2.req.attr.a = Test2.d -test2.req.param.b = Test2.e -test2.req.content = Test2.f -test2.req.header.D = Test2.g -test2.req.attr.a2 = Test2.h -test2.req.param.b2 = Test2.i -test2.req.header.D2 = Test2.j -test2.req.foo.bar = Test2.k -test2.res.200 = OK2 -test2.res.201 = Test2.l -test2.res.201.foo.bar = Test2.m - -Test3.label = Test3.a -Test3.description = Test3.b -Test3.test3 = Test3.c -Test3.test3.req.attr.a = Test3.d -Test3.test3.req.param.b = Test3.e -Test3.test3.req.content = Test3.f -Test3.test3.req.header.D = Test3.g -Test3.test3.req.attr.a2 = Test3.h -Test3.test3.req.param.b2 = Test3.i -Test3.test3.req.header.D2 = Test3.j -Test3.test3.req.foo.bar = Test3.k -Test3.test3.res.200 = OK3 -Test3.test3.res.201 = Test3.l -Test3.test3.res.201.foo.bar = Test3.m - -Test4.label = $L{foo} -Test4.description = $L{foo} -Test4.test4 = $L{foo} -Test4.test4.req.attr.a = $L{foo} -Test4.test4.req.param.b = $L{foo} -Test4.test4.req.content = $L{foo} -Test4.test4.req.header.D = $L{foo} -Test4.test4.req.attr.a2 = $L{foo} -Test4.test4.req.param.b2 = $L{foo} -Test4.test4.req.header.D2 = $L{foo} -Test4.test4.req.foo.bar = $L{foo} -Test4.test4.res.200 = foo$L{foo}foo$L{foo}foo -Test4.test4.res.201 = $L{foo} -Test4.test4.res.201.foo.bar = $L{foo} - -foo = $L{bar} -bar = baz - -Test5.label = $L{foo2} -Test5.description = $R{servletLabel} -Test5.test5 = $R{servletLabel} -Test5.test5.req.attr.a = $R{servletLabel} -Test5.test5.req.param.b = $R{servletLabel} -Test5.test5.req.content = $R{servletLabel} -Test5.test5.req.header.D = $R{servletLabel} -Test5.test5.req.attr.a2 = $R{servletLabel} -Test5.test5.req.param.b2 = $R{servletLabel} -Test5.test5.req.header.D2 = $R{servletLabel} -Test5.test5.req.foo.bar = $R{servletLabel} -Test5.test5.res.200 = foo$R{servletLabel}foo$R{servletLabel}foo -Test5.test5.res.201 = $R{servletLabel} -Test5.test5.res.201.foo.bar = $R{servletLabel} -Test5.foo2 = $L{bar2} -Test5.bar2 = baz2 - http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/6b95f891/juneau-server-test/src/main/java/org/apache/juneau/server/TestNlsProperty.properties ---------------------------------------------------------------------- diff --git a/juneau-server-test/src/main/java/org/apache/juneau/server/TestNlsProperty.properties b/juneau-server-test/src/main/java/org/apache/juneau/server/TestNlsProperty.properties deleted file mode 100755 index a833256..0000000 --- a/juneau-server-test/src/main/java/org/apache/juneau/server/TestNlsProperty.properties +++ /dev/null @@ -1,16 +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. * -# * * -# *************************************************************************************************************************** - -key1 = value1 -key2 = value2 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/6b95f891/juneau-server-test/src/main/java/org/apache/juneau/server/xdocs/test.txt ---------------------------------------------------------------------- diff --git a/juneau-server-test/src/main/java/org/apache/juneau/server/xdocs/test.txt b/juneau-server-test/src/main/java/org/apache/juneau/server/xdocs/test.txt deleted file mode 100755 index 17116ed..0000000 --- a/juneau-server-test/src/main/java/org/apache/juneau/server/xdocs/test.txt +++ /dev/null @@ -1 +0,0 @@ -OK-1 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/6b95f891/juneau-server-test/src/main/java/org/apache/juneau/server/xdocs/xdocs/test.txt ---------------------------------------------------------------------- diff --git a/juneau-server-test/src/main/java/org/apache/juneau/server/xdocs/xdocs/test.txt b/juneau-server-test/src/main/java/org/apache/juneau/server/xdocs/xdocs/test.txt deleted file mode 100755 index 0e35120..0000000 --- a/juneau-server-test/src/main/java/org/apache/juneau/server/xdocs/xdocs/test.txt +++ /dev/null @@ -1 +0,0 @@ -OK-2 \ No newline at end of file
