devtools/test/data/js_examples/test_with_dep.js
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 04 Dec 2013 19:14:43 +0100
branchstable
changeset 9353 aa8be290374e
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[server/pyro] try to shutdown the repository properly If RepositoryServer.trigger_events is not called we might miss a QuitEvent and thus never shutdown the repository and its looping tasks.

$(document).ready(function() {

  module("air");

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

});