-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: d49437c32c4542f31b58d5cb97214d3d09321b06:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit d49437c32c4542f31b58d5cb97214d3d09321b06
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Sat Jan 7 14:33:48 2017 -0800

    Fixed unnecessary client initialization, added temp debug logs

diff --git a/tests/assets/models.test.js b/tests/assets/models.test.js

index a7a1070e9c0472f01e798fa421948b7ad5f2eb86..

index ..263ffa4835a36357edbd8472222b1bda8652ce27 100644

--- a/tests/assets/models.test.js
+++ b/tests/assets/models.test.js
@@ -1,3 +1,6 @@
+    elation.events.add(null, 'asset_load_queued,asset_load_start,asset_load_progress,asset_load_processing,asset_load_processed,asset_load_complete', function(ev) {
+      console.log(ev.type, ev.element.src);
+    });
 describe("Elation Engine Assets", function() {
   jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
   elation.config.set('dependencies.path', document.origin);
diff --git a/tests/imagediff.js b/tests/imagediff.js

index 522295107bbc65b36edefe9936e9d2438f7406f4..

index ..75d86386949a074c31102c463dd45df55371548d 100644

--- a/tests/imagediff.js
+++ b/tests/imagediff.js
@@ -118,7 +118,6 @@
       height = canvas.height,
       width = canvas.width,
       context = canvas.getContext('2d');
-console.log(canvas, context);
     return context.getImageData(0, 0, width, height);
   }
   function toImageDataFromContext (context) {
diff --git a/tests/janusweb.test.js b/tests/janusweb.test.js

index 9d7f21a0084a99c159e53d789305c2860a13a4d8..

index ..9f6cdf43505df3da92ed87820277365f9221a130 100644

--- a/tests/janusweb.test.js
+++ b/tests/janusweb.test.js
@@ -11,7 +11,6 @@ describe("JanusWeb Init", function() {
   it("should initialize client", function(done) {
     try {
       elation.janusweb.init({
-        homepage: 'http://www.janusvr.com/index.html',
         resolution: resolution,
         autoload: false,
         showchat: false,
diff --git a/tests/karma.conf.js b/tests/karma.conf.js

index a9edd5f8ea918b8aa8280245c52d5024d7e1fb9c..

index ..cc9ddb1a7874a479eccd1c06b04140741fe00da0 100644

--- a/tests/karma.conf.js
+++ b/tests/karma.conf.js
@@ -17,7 +17,8 @@ module.exports = function(config) {
     files: [
       //{pattern: 'node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js', watched: false, included: true, served: true},
       //{pattern: 'tests/boot.js', watched: true, included: true, served: true},
-      {pattern: 'build/*', watched: true, included: true, served: true},
+      //{pattern: 'build/*', watched: true, included: true, served: true},
+      {pattern: 'build/janusweb.js', watched: true, included: true, served: true},
       {pattern: 'build/media/*', watched: false, included: false, served: true},
       {pattern: 'build/media/**', watched: false, included: false, served: true},
       'tests/imagediff.js',

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 14:48:07 2024