one_path_with_wrong_signature_lookup_2.fcl
Go to the documentation of this file.
1 test_properties: {
2  graph_failure_expected: true
3  error_message: "Module p2 expects to consume a product from module p1 with the signature(.|\\n)*Friendly class name: double(.|\\n)*However, no product of that signature is provided by module p1"
4 }
5 
6 process_name: test
7 
8 physics: {
9  producers: {
10  p1: { produces: [["int", "" ]] }
11  p2: { consumes: [["double", "p1::current_process"]] }
12  }
13  filters: {
14  f1: {}
15  f2: {}
16  }
17  path: [p1, f1, p2, f2]
18 }