Repository: helix Updated Branches: refs/heads/master db3dd3fa3 -> 8be949f59
Helix UI module testng.xml in conf directory Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/8be949f5 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/8be949f5 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/8be949f5 Branch: refs/heads/master Commit: 8be949f59c826cf9470a61abdd93e352b316ab3c Parents: db3dd3f Author: Kanak Biscuitwala <[email protected]> Authored: Sat Mar 28 20:56:11 2015 -0700 Committer: Kanak Biscuitwala <[email protected]> Committed: Sat Mar 28 20:56:11 2015 -0700 ---------------------------------------------------------------------- helix-ui/src/test/conf/testng.xml | 27 +++++++++++++++++++++++++++ helix-ui/src/test/testng.xml | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/8be949f5/helix-ui/src/test/conf/testng.xml ---------------------------------------------------------------------- diff --git a/helix-ui/src/test/conf/testng.xml b/helix-ui/src/test/conf/testng.xml new file mode 100644 index 0000000..37bccf3 --- /dev/null +++ b/helix-ui/src/test/conf/testng.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> +<suite name="Suite" parallel="none"> + <test name="Test" preserve-order="false"> + <packages> + <package name="org.apache.helix.agent"/> + </packages> + </test> +</suite> http://git-wip-us.apache.org/repos/asf/helix/blob/8be949f5/helix-ui/src/test/testng.xml ---------------------------------------------------------------------- diff --git a/helix-ui/src/test/testng.xml b/helix-ui/src/test/testng.xml deleted file mode 100644 index 37bccf3..0000000 --- a/helix-ui/src/test/testng.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -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. ---> -<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> -<suite name="Suite" parallel="none"> - <test name="Test" preserve-order="false"> - <packages> - <package name="org.apache.helix.agent"/> - </packages> - </test> -</suite>
