On Tue, Jun 7, 2011 at 1:45 PM, Douglas Hubler <[email protected]> wrote:
> On Tue, Jun 7, 2011 at 6:36 AM, Douglas Hubler <[email protected]> wrote:
>> On Tue, Jun 7, 2011 at 5:12 AM, George Niculae <[email protected]> wrote:
>>> On Tue, Jun 7, 2011 at 12:09 PM, Douglas Hubler <[email protected]> wrote:
>>>> I'm trying to get all the unit tests in sipxconfig running after some
>>>> refactoring to the build scripts and for some reason
>>>> JarMessagesSourceTest and BorderTest fail, but only when run with
>>>> other tests. Both of these tests fail to do the right thing deep
>>>> within Tapestry's magic so it's not obvious where the problem is.
>>>> Does anyone recall any issues with these tests in the past like this?
>>>
>>> Hm, don't remember, can you paste the reason of failure maybe it will
>>> ring some bells...
>
> The other important info might be the order of the tests that are run
> before/after the tests
>

Is the BorderTest passing when it is run by its own? If I replace the
first line in BorderTest.testlogin
 Border restricted = new MockBorder(true, true, new UserSession());
with
 Border restricted = new MockBorder(true, true, new MockUserSession(false));

I can see the same failure

George
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to