Statistics
| Branch: | Tag: | Revision:

root / test / hs / Test / Ganeti / Query / Aliases.hs @ 3fd38382

History | View | Annotate | Download (2.6 kB)

# Date Author Comment
3fd38382 10/17/2013 11:09 am Hrvoje Ribicic

Add aliases of existing instance fields

For legacy reasons, some instance fields are aliased. The aliases have
the same definition but appear under different names. Support for such
fields has been added to Query/Common.hs
As aliases can cause somewhat harder to find bugs, a new test was...