Fix query test to not reference defunct enums
This commit is contained in:
parent
ee0be2866f
commit
ff86eed85c
1 changed files with 12 additions and 12 deletions
|
|
@ -77,14 +77,14 @@ func main() {
|
||||||
LocationName: "some location",
|
LocationName: "some location",
|
||||||
Zone: "",
|
Zone: "",
|
||||||
Zone2: "",
|
Zone2: "",
|
||||||
Habitat: fslayer.RodentLocationRodentLocationHabitatCommercial,
|
//Habitat: fslayer.RodentLocationRodentLocationHabitatCommercial,
|
||||||
Priority: fslayer.RodentLocationLocationPriority1None,
|
//Priority: fslayer.RodentLocationLocationPriority1None,
|
||||||
Usetype: fslayer.RodentLocationLocationUseType1Residential,
|
//Usetype: fslayer.RodentLocationLocationUseType1Residential,
|
||||||
Active: fslayer.RodentLocationNotInUITF1True,
|
//Active: fslayer.RodentLocationNotInUITF1True,
|
||||||
Description: "",
|
Description: "",
|
||||||
Accessdesc: "",
|
Accessdesc: "",
|
||||||
Comments: "",
|
Comments: "",
|
||||||
Symbology: fslayer.RodentLocationRodentLocationSymbologyActionrequired,
|
//Symbology: fslayer.RodentLocationRodentLocationSymbologyActionrequired,
|
||||||
ExternalID: "",
|
ExternalID: "",
|
||||||
Nextactiondatescheduled: time.Now(),
|
Nextactiondatescheduled: time.Now(),
|
||||||
Locationnumber: 1,
|
Locationnumber: 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue