Hi everyone,

I've pulled the tip and tried to compile it on Ubuntu Server 10.04.3 amd64
but it always fail on tests.

In test_out it says:

Argument(s) are different! Wanted: openListener.onUpdate( <Capturing
argument>, isNull(), [DeltaSequence empty], isNull(), true, isNull() ); ->
at
org.waveprotocol.box.server.frontend.ClientFrontendImplTest.verifyMarker(ClientFrontendImplTest.java:346)
Actual invocation has different arguments: openListener.onUpdate(
[WaveletName example.com/waveId/example.com/dummy+root], null,
[DeltaSequence empty], null, true, "ch1" ); -> at
org.waveprotocol.box.server.frontend.ClientFrontendImpl.openRequest(ClientFrontendImpl.java:224)

Argument(s) are different! Wanted:
openListener.onUpdate(
,
isNull(),
[DeltaSequence empty],
isNull(),
true,
isNull()
);
-> at
org.waveprotocol.box.server.frontend.ClientFrontendImplTest.verifyMarker(ClientFrontendImplTest.java:346)
Actual invocation has different arguments:
openListener.onUpdate(
[WaveletName example.com/waveId/example.com/dummy+root],
null,
[DeltaSequence empty],
null,
true,
"ch1"
);
-> at
org.waveprotocol.box.server.frontend.ClientFrontendImpl.openRequest(ClientFrontendImpl.java:224)

at
org.waveprotocol.box.server.frontend.ClientFrontendImplTest.verifyMarker(ClientFrontendImplTest.java:346)
at
org.waveprotocol.box.server.frontend.ClientFrontendImplTest.testOpenEmptyWaveReceivesChannelIdAndMarker(ClientFrontendImplTest.java:133)

and so on. If I skip this test, wiab won't run correctly, I can log in but
can't get my status to Online and keep getting turbulence.

Now I'm trying to build on an 32-bit machine to see if it works.

@James Purser, I'm not subscribed so I can't directly reply your mail but
yes, I think we got same errors.

Reply via email to