~epics-core/epics-base/link-support-2

« back to all changes in this revision

Viewing changes to src/ioc/db/test/dbPutLinkTestJ.db

  • Committer: Andrew Johnson
  • Author(s): Michael Davidsaver
  • Date: 2017-03-01 02:58:11 UTC
  • Revision ID: anj@aps.anl.gov-20170301025811-h9fwcrc88dlop7tj
db/test: dbPutLinkTest include json links and more

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
record(x, "j1") {
 
3
  field(INP, {z:{good:1}})
 
4
}
 
5
 
 
6
record(x, "j2") {
 
7
  field(INP, {z:{good:2}})
 
8
}
 
9
 
 
10
record(x, "j3") {
 
11
  field(INP, {z:{good:3}})
 
12
}