summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-12 06:35:53 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-12 06:35:53 +0000
commitf605582ee7cd2332df50d50641d1a795f5bb6b54 (patch)
treee39dfc8c8a21e90ccd2dd3fee34264793d2a7f6a
parent6f8f9cfdf7e4295e02bf5da0e184afe1745ba492 (diff)
Renaming itest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909257 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/pom.xml (renamed from sandbox/lresende/sca-2.x/itest/performance/pom.xml)4
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/Catalog.java (renamed from sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/Catalog.java)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/Item.java (renamed from sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/Item.java)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/sca/CatalogAggregatorImpl.java (renamed from sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/sca/CatalogAggregatorImpl.java)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/sca/FruitsCatalogImpl.java (renamed from sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/sca/FruitsCatalogImpl.java)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/sca/VegetablesCatalogImpl.java (renamed from sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/sca/VegetablesCatalogImpl.java)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/CatalogLocalTest.java (renamed from sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/CatalogLocalTest.java)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteJsonRPCTest.java (renamed from sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteJsonRPCTest.java)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteWsTest.java (renamed from sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteWsTest.java)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/LoadTestCase.java (renamed from sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/LoadTestCase.java)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-local.composite (renamed from sandbox/lresende/sca-2.x/itest/performance/src/test/resources/catalog-local.composite)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-jsonrpc.composite (renamed from sandbox/lresende/sca-2.x/itest/performance/src/test/resources/catalog-remote-jsonrpc.composite)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-ws.composite (renamed from sandbox/lresende/sca-2.x/itest/performance/src/test/resources/catalog-remote-ws.composite)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/log4j.properties (renamed from sandbox/lresende/sca-2.x/itest/performance/src/test/resources/log4j.properties)0
-rw-r--r--sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/logging.properties (renamed from sandbox/lresende/sca-2.x/itest/performance/src/test/resources/logging.properties)0
15 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/lresende/sca-2.x/itest/performance/pom.xml b/sandbox/lresende/sca-2.x/itest/binding-throughput/pom.xml
index 4c5bdd20de..e7017b7e40 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/pom.xml
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/pom.xml
@@ -26,8 +26,8 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>itest-performance</artifactId>
- <name>Apache Tuscany SCA Performance Driver</name>
+ <artifactId>itest-binding-throughput</artifactId>
+ <name>Apache Tuscany SCA Binding Throughput Scenarios</name>
<dependencies>
<dependency>
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/Catalog.java b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/Catalog.java
index b5e504fe11..b5e504fe11 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/Catalog.java
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/Catalog.java
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/Item.java b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/Item.java
index 04110cdc13..04110cdc13 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/Item.java
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/Item.java
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/sca/CatalogAggregatorImpl.java b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/sca/CatalogAggregatorImpl.java
index 6999106ab9..6999106ab9 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/sca/CatalogAggregatorImpl.java
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/sca/CatalogAggregatorImpl.java
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/sca/FruitsCatalogImpl.java b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/sca/FruitsCatalogImpl.java
index b4c78a6ab4..b4c78a6ab4 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/sca/FruitsCatalogImpl.java
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/sca/FruitsCatalogImpl.java
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/sca/VegetablesCatalogImpl.java b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/sca/VegetablesCatalogImpl.java
index 06d13b3804..06d13b3804 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/main/java/services/sca/VegetablesCatalogImpl.java
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/main/java/services/sca/VegetablesCatalogImpl.java
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/CatalogLocalTest.java b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/CatalogLocalTest.java
index 9914995e04..9914995e04 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/CatalogLocalTest.java
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/CatalogLocalTest.java
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteJsonRPCTest.java b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteJsonRPCTest.java
index cfebd1c52b..cfebd1c52b 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteJsonRPCTest.java
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteJsonRPCTest.java
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteWsTest.java b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteWsTest.java
index 075789a327..075789a327 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteWsTest.java
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/CatalogRemoteWsTest.java
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/LoadTestCase.java b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/LoadTestCase.java
index 57648a7137..57648a7137 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/test/java/org/apache/tuscany/sca/performance/LoadTestCase.java
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/java/org/apache/tuscany/sca/performance/LoadTestCase.java
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/catalog-local.composite b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-local.composite
index 707bc5ae32..707bc5ae32 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/catalog-local.composite
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-local.composite
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/catalog-remote-jsonrpc.composite b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-jsonrpc.composite
index 545b9d7b10..545b9d7b10 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/catalog-remote-jsonrpc.composite
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-jsonrpc.composite
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/catalog-remote-ws.composite b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-ws.composite
index 5ad7789e84..5ad7789e84 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/catalog-remote-ws.composite
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/catalog-remote-ws.composite
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/log4j.properties b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/log4j.properties
index 05e7450068..05e7450068 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/log4j.properties
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/log4j.properties
diff --git a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/logging.properties b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/logging.properties
index d7f03147b2..d7f03147b2 100644
--- a/sandbox/lresende/sca-2.x/itest/performance/src/test/resources/logging.properties
+++ b/sandbox/lresende/sca-2.x/itest/binding-throughput/src/test/resources/logging.properties