summaryrefslogtreecommitdiff
path: root/tests/test.util.js
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2016-09-14 13:52:53 -0400
committerSolly Ross <sross@redhat.com>2016-09-16 15:49:51 -0400
commitae510306b5094b55aa08a2a0d15a151704f70993 (patch)
treebbd3564c4457f7cbf21c83b899583ee271bda528 /tests/test.util.js
parent7a16304e52b3fbd466337601f05a7def2493c563 (diff)
downloadnovnc-ae510306b5094b55aa08a2a0d15a151704f70993.tar.gz
Enable noVNC to become Browserifiable
This commit restructures noVNC, splitting it into the core directory and the app directory, with the former containing core noVNC parts, and the latter containing parts specific to the application.
Diffstat (limited to 'tests/test.util.js')
-rw-r--r--tests/test.util.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test.util.js b/tests/test.util.js
index 7d6524a..c84e36e 100644
--- a/tests/test.util.js
+++ b/tests/test.util.js
@@ -101,5 +101,4 @@ describe('Utils', function() {
// TODO(directxman12): figure out how to test the browser detection functions properly
// (we can't really test them against the browsers, except for Gecko
// via PhantomJS, the default test driver)
- // TODO(directxman12): figure out how to test Util.Flash
});