From c9f5772fc18226aca31471bc96c44a6dbff5cbea Mon Sep 17 00:00:00 2001 From: cronopio Date: Wed, 9 Oct 2013 10:49:13 -0500 Subject: [PATCH] [tests] remove caronte and use http-proxy for file names --- .../{lib-caronte-common-test.js => lib-http-proxy-common-test.js} | 0 ...ncoming-test.js => lib-http-proxy-passes-web-incoming-test.js} | 0 ...utgoing-test.js => lib-http-proxy-passes-web-outgoing-test.js} | 0 ...incoming-test.js => lib-http-proxy-passes-ws-incoming-test.js} | 0 test/{lib-caronte-test.js => lib-http-proxy-test.js} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/{lib-caronte-common-test.js => lib-http-proxy-common-test.js} (100%) rename test/{lib-caronte-passes-web-incoming-test.js => lib-http-proxy-passes-web-incoming-test.js} (100%) rename test/{lib-caronte-passes-web-outgoing-test.js => lib-http-proxy-passes-web-outgoing-test.js} (100%) rename test/{lib-caronte-passes-ws-incoming-test.js => lib-http-proxy-passes-ws-incoming-test.js} (100%) rename test/{lib-caronte-test.js => lib-http-proxy-test.js} (100%) diff --git a/test/lib-caronte-common-test.js b/test/lib-http-proxy-common-test.js similarity index 100% rename from test/lib-caronte-common-test.js rename to test/lib-http-proxy-common-test.js diff --git a/test/lib-caronte-passes-web-incoming-test.js b/test/lib-http-proxy-passes-web-incoming-test.js similarity index 100% rename from test/lib-caronte-passes-web-incoming-test.js rename to test/lib-http-proxy-passes-web-incoming-test.js diff --git a/test/lib-caronte-passes-web-outgoing-test.js b/test/lib-http-proxy-passes-web-outgoing-test.js similarity index 100% rename from test/lib-caronte-passes-web-outgoing-test.js rename to test/lib-http-proxy-passes-web-outgoing-test.js diff --git a/test/lib-caronte-passes-ws-incoming-test.js b/test/lib-http-proxy-passes-ws-incoming-test.js similarity index 100% rename from test/lib-caronte-passes-ws-incoming-test.js rename to test/lib-http-proxy-passes-ws-incoming-test.js diff --git a/test/lib-caronte-test.js b/test/lib-http-proxy-test.js similarity index 100% rename from test/lib-caronte-test.js rename to test/lib-http-proxy-test.js