Uploaded image for project: 'Fluid Infusion'
  1. Fluid Infusion
  2. FLUID-5494

Minor improvements to framework debugging support

    XMLWordPrintable

Details

    Description

      Issues discovered when upgrading GPII and Kettle testing infrastructure:

      FluidIoC.js line 1311 bindDeferredComponent

      var event = eventName.charAt(0) === "{" ? fluid.expandOptions(eventName, that) : that.events[eventName];
      event.addListener(function () {

      "blind failure" is possible here if event expands to null.

      IoCtestUtils.s line 191 decodeListener

      var maker = testCaseState.expandFunction(fixture.listenerMaker);
      var args = testCaseState.expand(fixture.makerArgs);
      listener = maker.apply(null, args);

      "blind faliure" is possible here if maker expands to null

      Attachments

        Activity

          People

            antranig Antranig Basman
            antranig Antranig Basman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: