~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jsunit/app/jsUnitTestManager.js

  • Committer: V. Keith Hughitt
  • Date: 2009-04-01 21:08:05 UTC
  • Revision ID: hughitt1@kore-20090401210805-372f7dgih07vxk42
nightly build 04-01-2009

Show diffs side-by-side

added added

removed removed

Lines of Context:
854
854
}
855
855
 
856
856
JsUnitTestManager.prototype.browserSupportsReadingFullPathFromFileField = function() {
857
 
    return false; //pretty much all modern browsers disallow this now
 
857
    return !this.isOpera() && !this.isIE7() && !this.isFirefox3() &&!this.isSafari4();
858
858
}
859
859
 
860
860
JsUnitTestManager.prototype.isOpera = function() {