Re: Javascript Async tests

2012-01-06 Thread Andrew Grumet
"super-manually" >>>>>> >>>>>> 1. thrift -r --gen js:jquery ThriftTest.thrift >>>>>> >>>>>> to generate the client code >>>>>> >>>>>> 2. thrift -r --gen php:server ThriftTest.thrift >>>&g

Re: Javascript Async tests

2012-01-05 Thread roger
ngliche Nachricht- > Von: Andrew Grumet [mailto:aegru...@gmail.com] > Gesendet: Freitag, 23. Dezember 2011 10:30 > An: dev@thrift.apache.org > Betreff: Re: Javascript Async tests > > Ok, answering my own question for future searches. Callback support > requires the jquery

Re: Javascript Async tests

2012-01-04 Thread Andrew Grumet
nd load to run tests. >>>> >>>> Though not automated, this method has proved useful for testing out our >>>> new >>>> code. >>>> >>>> Are we missing any steps here? >>>> >>>> Thanks! >>>> Andrew >>

Re: Javascript Async tests

2012-01-04 Thread roger
suite: lib/js/test$ ant testserver for manual test and lib/js/test$ ant test with phantomjs -roger > -Ursprüngliche Nachricht- > Von: Andrew Grumet [mailto:aegru...@gmail.com] > Gesendet: Freitag, 23. Dezember 2011 10:30 > An: dev@thrift.apache.org > Betreff: Re: J

Re: Javascript Async tests

2012-01-04 Thread Andrew Grumet
sing any steps here? >> >> Thanks! >> Andrew >> >> >> >> On Fri, Dec 23, 2011 at 2:01 AM, Roger Meier ** >> wrote: >> >> Yes! >>> >>> Or just use the integrated testsuite: >>> >>> lib/js/test$ ant testserver >

Re: Javascript Async tests

2012-01-03 Thread roger
g, 23. Dezember 2011 10:30 > An: dev@thrift.apache.org > Betreff: Re: Javascript Async tests > > Ok, answering my own question for future searches. Callback support > requires the jquery option > > thrift -r --gen js:jquery ThriftTest.thrift > > > On Thu, Dec 22

Re: Javascript Async tests

2011-12-31 Thread Andrew Grumet
; lib/js/test$ ant testserver > for manual test > > and > lib/js/test$ ant test > with phantomjs > > -roger > > > -Ursprüngliche Nachricht- > > Von: Andrew Grumet [mailto:aegru...@gmail.com] > > Gesendet: Freitag, 23. Dezember 2011 10:30 > > An:

AW: Javascript Async tests

2011-12-23 Thread Roger Meier
t.apache.org > Betreff: Re: Javascript Async tests > > Ok, answering my own question for future searches. Callback support > requires the jquery option > > thrift -r --gen js:jquery ThriftTest.thrift > > > On Thu, Dec 22, 2011 at 4:48 PM, Andrew Grumet > wrote:

Re: Javascript Async tests

2011-12-23 Thread Andrew Grumet
Ok, answering my own question for future searches. Callback support requires the jquery option thrift -r --gen js:jquery ThriftTest.thrift On Thu, Dec 22, 2011 at 4:48 PM, Andrew Grumet wrote: > > We're running some tests of the Javascript client (lib/js/test/test.js) > and noticed that the

Javascript Async tests

2011-12-22 Thread Andrew Grumet
We're running some tests of the Javascript client (lib/js/test/test.js) and noticed that the Async tests ( module("Async") ) do not appear to be running the supplied callbacks. For example, in this block test("Double", function() { expect( 1 ); QUnit.stop(); client.testDouble(3.14