Mercurial > lada > lada-server
annotate src/test/resources/datasets/dbUnit_deskriptor.json @ 1315:84bb7e2aecb1
Do not redefine existing operator.
The removed SQL failed on PostgreSQL 9.5 because the operator is
provided and needed by the system. Further, it does not seem to be
used here.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 17 Mar 2017 13:25:57 +0100 |
parents | b652f4c9b75c |
children |
rev | line source |
---|---|
1243
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
1 { |
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
2 "stammdaten.deskriptoren": [{ |
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
3 "id": 1000 |
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
4 }] |
b652f4c9b75c
Add automatic tests for DeskriptorService.
Tom Gottfried <tom@intevation.de>
parents:
diff
changeset
|
5 } |