Fancytree unit tests: latest jQuery versions

QUnit 2.9.2; Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Running:
Initialization: Init node status from source

  1. Configuration and Summary: Version info (5)Rerun3 ms
    1. Fancytree v@VERSION, buildType='development'@ 2 ms
    2. jQuery UI 1.12.1 (uiBackCompat=undefined)@ 2 ms
    3. jQuery 3.4.1@ 2 ms
    4. Browser: Netscape, 5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com), -?@ 2 ms
    5. Cumulated test time: 0 milliseconds@ 3 ms

    Source: at TOOLS.createInfoSection (http://139.255.61.91/coba/fancytreeview/test/unit/test-tools.js:85:8) at HTMLDocument.<anonymous> (http://139.255.61.91/coba/fancytreeview/test/unit/test-core.js:59:7) at e (http://code.jquery.com/jquery-3.4.1.min.js:2:29453) at t (http://code.jquery.com/jquery-3.4.1.min.js:2:29755)

  2. Initialization: Static members (5)Rerun2 ms
    1. ui.fancytree.debug function is defined@ 0 ms
    2. no tree instance exists@ 1 ms
    3. getTree() no tree instance exists@ 1 ms
    4. getTree(0) no tree instance exists@ 1 ms
    5. getTree(0) no tree instance exists@ 2 ms

    Source: at HTMLDocument.<anonymous> (http://139.255.61.91/coba/fancytreeview/test/unit/test-core.js:70:7) at e (http://code.jquery.com/jquery-3.4.1.min.js:2:29453) at t (http://code.jquery.com/jquery-3.4.1.min.js:2:29755)

  3. Initialization: Create Fancytree (16)Rerun11 ms
    1. running synchronously@ 4 ms
    2. Inherit global debugLevel@ 4 ms
    3. :ui-fancytree widget selector works@ 10 ms
    4. widget is attached to div#tree@ 10 ms
    5. widget.tree is defined@ 10 ms
    6. $().fancytree('getTree')@ 10 ms
    7. $().fancytree('getActiveNode')@ 10 ms
    8. getTree() exists@ 10 ms
    9. getTree(0) exists@ 10 ms
    10. getTree('#tree') exists@ 10 ms
    11. getTree('#ft-id-<ID>') exists@ 10 ms
    12. getTree('<ID>') exists@ 10 ms
    13. getTree(1) does not exist@ 10 ms
    14. getTree(#foobar) does not exist@ 11 ms
    15. collapsed children are NOT rendered@ 11 ms
    16. collapsed nodes are NOT rendered@ 11 ms

    Source: at HTMLDocument.<anonymous> (http://139.255.61.91/coba/fancytreeview/test/unit/test-core.js:84:7) at e (http://code.jquery.com/jquery-3.4.1.min.js:2:29453) at t (http://code.jquery.com/jquery-3.4.1.min.js:2:29755)

  4. Initialization: Create Fancytree - fixed id (6)Rerun3 ms
    1. tree id is 'foo'@ 3 ms
    2. getTree(0) exists@ 3 ms
    3. getTree('#tree') exists@ 3 ms
    4. getTree('foo') exists@ 3 ms
    5. getTree('#ft-id-foo') exists@ 3 ms
    6. getTree('#foo') does not exist@ 3 ms

    Source: at HTMLDocument.<anonymous> (http://139.255.61.91/coba/fancytreeview/test/unit/test-core.js:127:7) at e (http://code.jquery.com/jquery-3.4.1.min.js:2:29453) at t (http://code.jquery.com/jquery-3.4.1.min.js:2:29755)

  5. Initialization: Create Fancytree - init (19)Rerun18 ms
    1. receive `create` callback@ 1 ms
    2. running synchronously (create)@ 1 ms
    3. event data is empty@ 1 ms
    4. `this` is div#tree@ 1 ms
    5. div#tree contains ul.fancytree-container@ 1 ms
    6. widget is attached to div#tree@ 1 ms
    7. `tree.rootNode` is empty@ 1 ms
    8. div#tree has no widget style yet@ 1 ms
    9. receive `init` callback@ 2 ms
    10. `init` status is true@ 2 ms
    11. running synchronously (init)@ 3 ms
    12. `data.tree` is the tree object@ 3 ms
    13. data.options.contains widget options@ 3 ms
    14. `this` is div#tree@ 3 ms
    15. tree.rootNode has all child nodes@ 3 ms
    16. tooltip set@ 3 ms
    17. raw html allowed@ 3 ms
    18. using <span> tag@ 3 ms
    19. custom class added@ 3 ms

    Source: at HTMLDocument.<anonymous> (http://139.255.61.91/coba/fancytreeview/test/unit/test-core.js:147:7) at e (http://code.jquery.com/jquery-3.4.1.min.js:2:29453) at t (http://code.jquery.com/jquery-3.4.1.min.js:2:29755)

  6. Initialization: Init node status from sourceRerun
    1. node was activated@ 10 ms
    2. $().fancytree('getActiveNode')@ 10 ms
    3. node was selected@ 11 ms
test markup, will be hidden