From d0c6ca7671d8e77a78432cf38cb4fb570f582f39 Mon Sep 17 00:00:00 2001
From: Arniu Tseng <arniu2006@gmail.com>
Date: Thu, 3 Dec 2020 01:23:30 +0800
Subject: [PATCH] test-server => actix-http-test (#1807)

---
 Cargo.toml                                      | 6 +++---
 {test-server => actix-http-test}/CHANGES.md     | 0
 {test-server => actix-http-test}/Cargo.toml     | 0
 {test-server => actix-http-test}/LICENSE-APACHE | 0
 {test-server => actix-http-test}/LICENSE-MIT    | 0
 {test-server => actix-http-test}/README.md      | 0
 {test-server => actix-http-test}/src/lib.rs     | 0
 7 files changed, 3 insertions(+), 3 deletions(-)
 rename {test-server => actix-http-test}/CHANGES.md (100%)
 rename {test-server => actix-http-test}/Cargo.toml (100%)
 rename {test-server => actix-http-test}/LICENSE-APACHE (100%)
 rename {test-server => actix-http-test}/LICENSE-MIT (100%)
 rename {test-server => actix-http-test}/README.md (100%)
 rename {test-server => actix-http-test}/src/lib.rs (100%)

diff --git a/Cargo.toml b/Cargo.toml
index a7b57112..31c4cca7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ members = [
   "actix-multipart",
   "actix-web-actors",
   "actix-web-codegen",
-  "test-server",
+  "actix-http-test",
 ]
 
 [features]
@@ -127,10 +127,10 @@ codegen-units = 1
 [patch.crates-io]
 actix-web = { path = "." }
 actix-http = { path = "actix-http" }
-actix-http-test = { path = "test-server" }
+actix-http-test = { path = "actix-http-test" }
 actix-web-codegen = { path = "actix-web-codegen" }
-actix-files = { path = "actix-files" }
 actix-multipart = { path = "actix-multipart" }
+actix-files = { path = "actix-files" }
 awc = { path = "awc" }
 
 [[bench]]
diff --git a/test-server/CHANGES.md b/actix-http-test/CHANGES.md
similarity index 100%
rename from test-server/CHANGES.md
rename to actix-http-test/CHANGES.md
diff --git a/test-server/Cargo.toml b/actix-http-test/Cargo.toml
similarity index 100%
rename from test-server/Cargo.toml
rename to actix-http-test/Cargo.toml
diff --git a/test-server/LICENSE-APACHE b/actix-http-test/LICENSE-APACHE
similarity index 100%
rename from test-server/LICENSE-APACHE
rename to actix-http-test/LICENSE-APACHE
diff --git a/test-server/LICENSE-MIT b/actix-http-test/LICENSE-MIT
similarity index 100%
rename from test-server/LICENSE-MIT
rename to actix-http-test/LICENSE-MIT
diff --git a/test-server/README.md b/actix-http-test/README.md
similarity index 100%
rename from test-server/README.md
rename to actix-http-test/README.md
diff --git a/test-server/src/lib.rs b/actix-http-test/src/lib.rs
similarity index 100%
rename from test-server/src/lib.rs
rename to actix-http-test/src/lib.rs