summaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/product.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test-apis-ci/src/main/resources/ci/testSuites/product.xml')
-rw-r--r--test-apis-ci/src/main/resources/ci/testSuites/product.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/test-apis-ci/src/main/resources/ci/testSuites/product.xml b/test-apis-ci/src/main/resources/ci/testSuites/product.xml
deleted file mode 100644
index 72fb68b197..0000000000
--- a/test-apis-ci/src/main/resources/ci/testSuites/product.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
-<suite name="Product">
- <test name="Test">
- <classes>
- <class name="ProductLifecycleTest"/>
- <class name="ProductUndoCheckoutTest"/>
- <class name="ProductCheckinTest"/>
- <class name="ProductCheckoutTest"/>
- </classes>
- </test> <!-- Test -->
-</suite> <!-- Product -->