about the six failing tests

2011-08-23 Thread Ioan Eugen Stan
Hello, There are six tests that fail, all located in the FetchBodyStructure suite. I have isolated the first and put println's all over the code to find the source. If you look at the last lines, the differences in what the server sends back and what he should are that instead of en, en-US,en-CA,

Re: about the six failing tests

2011-08-24 Thread Eric Charles
Hi Ioan, I've updated my sources. Trying to install the mailbox-hbase, I've got testFlagsToPut(org.apache.james.mailbox.hbase.HBaseUtilsTest) Time elapsed: 0.008 sec <<< FAILURE! java.lang.AssertionError: at org.junit.Assert.fail(Assert.java:74) So I installed skipping tests. Runn

Re: about the six failing tests

2011-08-24 Thread Norman Maurer
Hi there, the difference is: Expected: ("en" "en-US" "en-CA") Actual: ("en-CA") So I think there is something buggy with storing the Properties. Bye, Norman Am 24.08.2011 12:22, schrieb Eric Charles: Hi Ioan, I've updated my sources. Trying to install the mailbox-hbase, I've got testFlags

Re: about the six failing tests

2011-08-24 Thread Ioan Eugen Stan
2011/8/24 Norman Maurer : > Hi there, > > the difference is: > Expected: ("en" "en-US" "en-CA") > Actual: ("en-CA") > > So I think there is something buggy with storing the Properties. > > > Bye, > Norman Hi Norman, I thought the server parses the Headers for that information. It should have been