Re: Namespaces, file names,...

2014-09-07 Thread Christian Stimming
Just for there record, here's my take on potential coding conventions: Am Samstag, 6. September 2014, 11:06:13 schrieb Geert Janssens: Yes, using GnuCash is less ambiguous that Gnc. Sold. For the record I don’t care about snake vs. camel as long as we pick one. John, thanks for elaborating

Fwd: gnucash master: Add failing unittest for aqbanking lookup of trans_retrieval date.

2014-09-07 Thread Christian Stimming
Hi John, recently I noticed the trans-retrieval slot in the aqbanking account doesn't remember its value. I now added a unittest that indeed shows that the getter function from import- export/aqb/gnc-ab-kvp.h doesn't return the same value that I've inserted in the setter. However, your

Re: Namespaces, file names,...

2014-09-07 Thread John Ralls
On Sep 7, 2014, at 1:09 PM, Christian Stimming christ...@cstimming.de wrote: Just for there record, here's my take on potential coding conventions: Am Samstag, 6. September 2014, 11:06:13 schrieb Geert Janssens: Yes, using GnuCash is less ambiguous that Gnc. Sold. For the record I don’t

Re: gnucash master: Add failing unittest for aqbanking lookup of trans_retrieval date.

2014-09-07 Thread John Ralls
On Sep 7, 2014, at 2:06 PM, Christian Stimming christ...@cstimming.de wrote: Hi John, recently I noticed the trans-retrieval slot in the aqbanking account doesn't remember its value. I now added a unittest that indeed shows that the getter function from import-