Update browser test

pull/1/head
dominique934 7 years ago committed by yann300
parent e155cfbf97
commit 948b62fcca
  1. 2
      test-browser/tests/staticanalysis.js

@ -45,7 +45,7 @@ function runTests (browser) {
dom.listSelectorContains(['browser/Untitled.sol:2:33:Use of tx.origin', dom.listSelectorContains(['browser/Untitled.sol:2:33:Use of tx.origin',
'Fallback function of contract TooMuchGas requires too much gas', 'Fallback function of contract TooMuchGas requires too much gas',
'TooMuchGas.() : Variables have very similar names test and test1.'], 'TooMuchGas.() : Variables have very similar names test and test1.'],
'#staticanalysisresult .warning', '#staticanalysisresult .staticAnalysisWarning',
browser, function () { browser, function () {
browser.end() browser.end()
} }

Loading…
Cancel
Save