[Pkg-javascript-commits] [node-expat] 292/371: Move test file
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit 11b5ded1b260ecfb448968c50c9b66319b1828d6
Author: Lloyd Watkin <lloyd.watkin at surevine.com>
Date: Mon Nov 24 13:42:45 2014 +0000
Move test file
---
test/index.js | 2 +-
test-mystic-library.xml => test/mystic-library.xml | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/index.js b/test/index.js
index e7eaa0b..662d4af 100644
--- a/test/index.js
+++ b/test/index.js
@@ -393,7 +393,7 @@ vows.describe('node-expat').addBatch({
assert.fail('Error', error)
}.bind(this))
- var mystic = fs.createReadStream(__dirname + '/../test-mystic-library.xml')
+ var mystic = fs.createReadStream(__dirname + '/mystic-library.xml')
mystic.pipe(p)
},
'startElement and endElement events': function() {
diff --git a/test-mystic-library.xml b/test/mystic-library.xml
similarity index 100%
rename from test-mystic-library.xml
rename to test/mystic-library.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list