Skip to content

Commit 4795c59

Browse files
committed
Update SampleType: Add PID column and corresponding values in icat.port
1 parent 2a7cf59 commit 4795c59

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/test/resources/icat.port

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ Shift(investigation(facility(name:0), name:1, visitId:2), startDate:3, endDate:4
4040
"Test port facility", "expt1", "zero", 2014-01-01T00:00:00+01:00, 2014-01-01T18:00:00+01:00, "beamtime", "EDDI"
4141
"Test port facility", "expt1", "two", 2014-04-29T14:00:00+02:00, 2014-04-30T18:15:00+02:00, "preparing", null
4242

43-
SampleType(facility(name:0), name:1, molecularFormula:2, safetyInformation:3)
44-
"Test port facility", "diamond", "C", "fairly harmless"
45-
"Test port facility", "graphite", "C", "bit messy"
46-
"Test port facility", "rust", "Fe3O4", "messy"
43+
SampleType(facility(name:0), name:1, molecularFormula:2, safetyInformation:3, pid:4)
44+
"Test port facility", "diamond", "C", "fairly harmless", "st:001"
45+
"Test port facility", "graphite", "C", "bit messy", "st:002"
46+
"Test port facility", "rust", "Fe3O4", "messy", "st:003"
47+
"Test port facility", "N/A", null, "N/A", "st:004"
4748

4849
Sample(investigation(facility(name:0), name:1, visitId:2), type(facility(name:0), name:3, molecularFormula:4), name:5, pid:6)
4950
"Test port facility", "expt1", "one", "diamond", "C", "Koh-I-Noor", "sdb:374717"

0 commit comments

Comments
 (0)