devtools/test/data/js_examples/test_with_dep.js
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 24 Nov 2014 17:43:29 +0100
changeset 10047 a1fde2d343b6
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[urlpublishing] handle sub-types in RestPathEvaluator Since commit 31a1813d53f3 "[entity/url publishing] fetch_rqlst should use 'is_instance_of' instead of 'is'", the RestPathEvaluator's input rset can have more than one etype, so it can't always use sameetypelist. Related to #3825488

$(document).ready(function() {

  module("air");

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

});