devtools/test/data/js_examples/test_with_dep.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Aug 2012 19:00:22 +0200
changeset 8513 552de9f0c46d
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[entity edition] stop comparing values as it may trigger exceptions (e.g. timeseries cube tests) Rely on a changes in yams instead where we have guarantee to have only comparable objects. This follows changesets 1527b012802f, 25da1e5c7c50 and 4ba11607d84a, and should definitly closes #2423719

$(document).ready(function() {

  module("air");

  test("test 1", function() {
      equals(a, 4);
  });

});