The last change the lzx.rnc, which added traits, seems to have caused this
regression.



On 4/25/06, P T Withington < [EMAIL PROTECTED]> wrote:
I'm seeing this too in lps-dev.  Something must have changed
recently.  Anyone fiddled with the schema lately?

On 2006-04-25, at 16:55 EDT, John Sundman wrote:

> Here is the example program from the <TestSuite> reference page.  When
> you run it you get a compilation warning:
>
> testsuite.lzx:1:23: required attributes missing
>
> Any idea where that's coming from?
>
> Thanks,
> jrs
>
>
> <canvas debug="true">
>    <debug y="275"/>
>    <include href="">>
>    <class name="Tautologies" extends="TestCase">
>      <method name="testSuccess">
>        assertTrue(true);
>        assertFalse(false);
>        assertEquals(null, undefined);
>        assertWithin(0, .001, .01);
>        assertSame(null, null);
>        assertNotSame(null, undefined);
>        assertNull(null);
>        assertNotNull(undefined);
>        assertUndefined(undefined);
>        assertNotUndefined(null);
>      </method>
>    </class>
>
>    <class name="IntentionalBugs" extends="TestCase">
>      <method name="testFailure">
>        fail("This is an intentional failure");
>      </method>
>
>      <method name="testError">
>        error("This is an intentional error");
>      </method>
>    </class>
>
>    <TestSuite>
>      <Tautologies/>
>      <IntentionalBugs/>
>    </TestSuite>
> </canvas>
>
>
> _______________________________________________
> Laszlo-dev mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev



--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to