[Pkg-javascript-commits] [node-mocks-http] 160/296: updated; moved current tests to test-legacy/**

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit 73c72ba27ead0f6f5e0a18013963deadb4aad832
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date:   Mon Apr 6 15:02:24 2015 +0800

    updated; moved current tests to test-legacy/**
---
 run-tests                                  | 4 ++--
 {test => test-legacy}/test-mockRequest.js  | 0
 {test => test-legacy}/test-mockResponse.js | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/run-tests b/run-tests
index 3f51eed..051fc05 100755
--- a/run-tests
+++ b/run-tests
@@ -1,10 +1,10 @@
 #!/bin/sh
-echo 
+echo
 echo "Executing tests..."
 
 # OPTS="--reporter junit --output test/results"
 
-FILES="`find test -name 'test-*.js'` `find examples -name '*.js'`"
+FILES="`find test-legacy -name 'test-*.js'` `find examples -name '*.js'`"
 
 # echo nodeunit $OPTS $FILES
 PATH=./node_modules/nodeunit/bin:$PATH
diff --git a/test/test-mockRequest.js b/test-legacy/test-mockRequest.js
similarity index 100%
rename from test/test-mockRequest.js
rename to test-legacy/test-mockRequest.js
diff --git a/test/test-mockResponse.js b/test-legacy/test-mockResponse.js
similarity index 100%
rename from test/test-mockResponse.js
rename to test-legacy/test-mockResponse.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git



More information about the Pkg-javascript-commits mailing list