[Pkg-javascript-commits] [node-groove] 09/11: Imported Upstream version 2.2.6
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 27 00:51:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-groove.
commit f64a397ced443baeb0ad4bfc63971cc8101ae9f7
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Sun Jul 27 00:48:12 2014 +0000
Imported Upstream version 2.2.6
---
package.json | 2 +-
test/test.js | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 8419891..cd17f11 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "groove",
- "version": "2.2.5",
+ "version": "2.2.6",
"description": "bindings to libgroove - generic music player library",
"main": "lib/index.js",
"author": "Andrew Kelley <superjoe30 at gmail.com>",
diff --git a/test/test.js b/test/test.js
index 30763fb..67846a8 100644
--- a/test/test.js
+++ b/test/test.js
@@ -17,7 +17,7 @@ it("version", function() {
it("logging", function() {
assert.strictEqual(groove.LOG_ERROR, 16);
- groove.setLogging(groove.LOG_INFO);
+ groove.setLogging(groove.LOG_QUIET);
});
it("open fails for bogus file", function(done) {
@@ -108,6 +108,7 @@ it("playlist item ids", function(done) {
it("create, attach, detach player", function(done) {
var playlist = groove.createPlaylist();
var player = groove.createPlayer();
+ player.deviceIndex = groove.DUMMY_DEVICE;
player.attach(playlist, function(err) {
assert.ok(!err);
player.detach(function(err) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-groove.git
More information about the Pkg-javascript-commits
mailing list