diff --git a/src/test/mocha/xqSuite.js b/src/test/mocha/xqSuite.js
index 6457fd18..8859130d 100644
--- a/src/test/mocha/xqSuite.js
+++ b/src/test/mocha/xqSuite.js
@@ -12,8 +12,11 @@ describe('running XQsuite test …', function () {
client
.get(runner)
.set('Accept', 'application/json')
- .expect('content-type', 'application/json; charset=utf-8')
+ .expect('content-type', /json/)
+ .expect(200)
.end(function (err, res) { // eslint-disable-line handle-callback-err
+ console.info('response body: ' + JSON.stringify(res.body))
+ if (err) return done(err);
try {
console.group()
console.group()
diff --git a/xar-assembly.xml b/xar-assembly.xml
index 1340955a..75c8f18e 100644
--- a/xar-assembly.xml
+++ b/xar-assembly.xml
@@ -14,7 +14,7 @@
Applications
Documentation
-
+
pre-install.xql