Yeah, Fabio, is fighting to get reports with precise data, and preferably unit tests. People doing work in NH work in their free time, trying to help others, so full reports which shows the problem in a test case, can easy their life and decide if it is a bug or not.
In general, by personal experience, when you create the test you see that oops, it works, so the problem is in my not so little codebase where for sure i didn't do something ok, and i have to blame myself and look what i did instead of looking for a bug in NH. Chances are the bug is in NH and the unit test will show it in any case so it can be checked removed and a test stays there to be sure that it keeps being solved when future changes are done to the codebase. Gustavo. On Tue, Jun 2, 2009 at 2:58 AM, Germán Schuager <[email protected]> wrote: > Hi, > I think that Fabio is saying is that you don't provide enough information > about your scenario (classes, mappings, test-case, etc.) for answering your > question. > > > On Mon, Jun 1, 2009 at 7:04 PM, jeff.jarrell <[email protected]>wrote: > >> >> Are you saying that there may be a bug and if I put a filter on it, >> will maybe be a work around? >> >> Thanks. >> >> On Jun 1, 2:03 pm, Fabio Maulo <[email protected]> wrote: >> > Always when I get a list of HqBericht with my query and filter for >> > QuatschMitSosse in PwjHumbug that is referenced by the HjhNixverstahn >> > property, I get not what I expect. When I use my filter "Murx" it works, >> it >> > is the same but additionally I filter for Hampelmann. The bug is, that >> > HjhNixverstahn is not loaded correctly when not filtered with Hampelmann >> > >> > 2009/6/1 jeff.jarrell <[email protected]> >> > >> > >> > >> > > I have a sql-query with a order by in the sql-query definition. When >> > > I get the IList back it doesn't maintain the sorted order specified in >> > > the sql. >> > >> > > Is there something I should else I should be doing? say in the >> > > Session.GetNamedQuery stuff. >> > >> > > Thanks, >> > > jeff >> > >> > -- >> > Fabio Maulo >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
