[Redirecting to laszlo-dev] On 2006-10-12, at 22:56 EDT, Mamye Kratt wrote:
> I'm testing the set of bugs for Convert LFC to new class and I > found the following files still call NewClass.make. One instance is > in lfc/core (bug LPP-2387). Do we need new bugs to cover lztest, This is a 'white box' test that is explicitly allowed to call NewClass.make, since that is what it is testing. > LFCdhtml-debug.js, LFCdhtml-profile.js, and LFCdhtml.js. These are compiler output files (they are the various versions of the dhtml LFC). They get to call NewClass.make because that is what the compiler generates for the `class` tag. Put another way, these are 'object' files not 'source' files, so they should not be considered as part of the verification. (They would not be there in a fresh source tree, or after `ant clean`.) _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
