-
Ohhhh.. I see now. I was expecting(or hoping? ;) ) capture to work on an ordered invocation basis
instead. Sorry for my confusion and any time you wasted looking at this.
2008-08-28 19:09:07 UTC in EasyMock
-
You're right, that test did work perfectly.
I've modified it to work more along the lines of what I was doing and currently am able to get it to fail. Maybe this is an object equality thing?
File Added: CaptureTwiceTest.java.
2008-08-28 14:08:55 UTC in EasyMock
-
Code sample:
SomeObject obj = createMock(SomeObject.class);
Capture cap1 = new Capture();
Capture cap2 = new Capture();
obj.doSomething(eq("test"), capture(cap1));
obj.doSomething(eq("anotherTest"), capture(cap2));
replay(obj);
obj.doSomethingToCauseMethodCalls();
verify(obj);
Problem:
================
The object returned from cap1.getValue() == cap2.getValue().
2008-08-19 20:23:45 UTC in EasyMock
-
Your version of ffmpeg (which is used to do the transcoding) doesn't have that codec installed. See this page for instructions on compiling your own version of ffmpeg - or find a way to get the latest version of it installed:
http://fuppes.ulrich-voelkel.de/wiki/index.php/Compiling_on_Linux.
2007-12-05 14:49:05 UTC in Free UPnP Entertainment Service
-
I'm wondering how one might go about safely creating a patch or two for various things without inadvertently bringing the wraith of <some weird box I don't have handy>s users for applying something that suddenly breaks them..?
How do you verify that things are working after a change? I have a ps3/xbox 360 available to test things on but nothing else. Maybe the protocol being uses is...
2007-12-05 01:54:01 UTC in Free UPnP Entertainment Service
-
jkuhnert committed revision 415 to the Tacos - Tapestry Components SVN repository, changing 1 files.
2006-10-21 23:32:24 UTC in Tacos - Tapestry Components
-
jkuhnert committed revision 403 to the Tacos - Tapestry Components SVN repository, changing 4 files.
2006-10-10 18:52:30 UTC in Tacos - Tapestry Components
-
Logged In: YES
user_id=1259821
Quite right. I switched the revision to 7/15/06 with the
same results.
I've got a spare box with ubuntu dapper lying around if
someone wants a temporary login to test this stuff with.
In the meantine, this is the verbose info I have about the
libsasl2 and libsasl2-modules installations on my machine:
Package: libsasl2
State: installed...
2006-08-25 16:20:58 UTC in Pidgin
-
For the past 3 weeks or so gaim segfaults when
attempting to connect to a secure jabber server using
sasl2. (which in turn attempts to use md5digest )
I'm currently on gaim svn trunk, so any updates or
playing people want to do would be fine by me.
I haven't noticed any sasl2 or md5 library updates from
ubuntu lately so have to assume it's a gaim-only
problem? (am using gajim for the...
2006-08-23 11:21:35 UTC in Pidgin
-
jkuhnert committed revision 240 to the Tacos - Tapestry Components SVN repository, changing 1 files.
2006-06-07 21:04:57 UTC in Tacos - Tapestry Components