pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0");
TEST_CHECK_PAIR(test_vp(), int32_vp1);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0[1]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0[1]");
TEST_CHECK_PAIR(test_vp(), NULL);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0[*]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0[*]");
TEST_CHECK_PAIR(test_vp(), int32_vp1);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int16-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int16-0");
TEST_CHECK_PAIR(test_vp(), NULL);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0[n]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0[n]");
TEST_CHECK_PAIR(test_vp(), int32_vp1);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0");
TEST_CHECK_PAIR(test_vp(), int32_vp1);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0[1]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0[1]");
TEST_CHECK_PAIR(test_vp(), int32_vp2);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0[2]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0[2]");
TEST_CHECK_PAIR(test_vp(), NULL);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0[*]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0[*]");
TEST_CHECK_PAIR(test_vp(), int32_vp1);
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0[n]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0[n]");
TEST_CHECK_PAIR(test_vp(), int32_vp2);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int32-0[#]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int32-0[#]");
TEST_CHECK_PAIR(test_vp(), int32_vp1);
test_vp_set(fr_dcursor_next(test_cursor()));
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0.Test-Int16-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0.Test-Int16-0");
TEST_CHECK_PAIR(test_vp(), child_vp1);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0.Test-Int16-0[1]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0.Test-Int16-0[1]");
TEST_CHECK_PAIR(test_vp(), NULL);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0.Test-Int16-0[*]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0.Test-Int16-0[*]");
TEST_CHECK_PAIR(test_vp(), child_vp1);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0.Test-Int32-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0.Test-Int32-0");
TEST_CHECK_PAIR(test_vp(), NULL);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0.Test-Int16-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0.Test-Int16-0");
TEST_CHECK_PAIR(test_vp(), child_vp1);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0[1].Test-Int16-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0[1].Test-Int16-0");
TEST_CHECK_PAIR(test_vp(), child_vp2);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0[*].Test-Int16-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0[*].Test-Int16-0");
TEST_CHECK_PAIR(test_vp(), child_vp1);
test_vp_set(fr_dcursor_next(test_cursor()));
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0[n].Test-Int16-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0[n].Test-Int16-0");
TEST_CHECK_PAIR(test_vp(), child_vp2);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0[*].Test-Int32-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0[*].Test-Int32-0");
TEST_CHECK_PAIR(test_vp(), NULL);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[0].Child-TLV[0].Leaf-String");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[0].Child-TLV[0].Leaf-String");
TEST_CHECK_PAIR(test_vp(), leaf_string_vp1);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[0].Child-TLV[1].Leaf-String");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[0].Child-TLV[1].Leaf-String");
TEST_CHECK_PAIR(test_vp(), NULL);
test_end;
pair_defs(1);
pair_populate(1);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[0].Child-TLV[*].Leaf-String");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[0].Child-TLV[*].Leaf-String");
TEST_CHECK_PAIR(test_vp(), leaf_string_vp1);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[0].Child-TLV[0].Leaf-Int32");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[0].Child-TLV[0].Leaf-Int32");
TEST_CHECK_PAIR(test_vp(), leaf_int32_vp1);
test_end;
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[*].Child-TLV[*].Leaf-Int32");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[*].Child-TLV[*].Leaf-Int32");
TEST_CHECK_PAIR(test_vp(), leaf_int32_vp1);
test_vp_set(fr_dcursor_next(test_cursor()));
pair_populate(1);
pair_populate(2);
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[n].Child-TLV[n].Leaf-Int32[n]");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[n].Child-TLV[n].Leaf-Int32[n]");
TEST_CHECK_PAIR(test_vp(), leaf_int32_vp2);
test_end;
fr_pair_t *inserted;
pair_populate(1);
- tmpl_setup_and_cursor_build_init(&inserted, "&Test-Int16-0");
+ tmpl_setup_and_cursor_build_init(&inserted, "Test-Int16-0");
TEST_CHECK_PAIR_NEQ(inserted, NULL);
build_test_end;
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Int16-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Int16-0");
TEST_CHECK_PAIR(test_vp(), inserted);
test_end;
fr_pair_t *inserted;
pair_populate(1);
- tmpl_setup_and_cursor_build_init(&inserted, "&Test-Group-0.Test-Int32-0");
+ tmpl_setup_and_cursor_build_init(&inserted, "Test-Group-0.Test-Int32-0");
TEST_CHECK_PAIR_NEQ(inserted, NULL);
build_test_end;
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0.Test-Int32-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0.Test-Int32-0");
TEST_CHECK_PAIR(test_vp(), inserted);
test_end;
common_vars;
fr_pair_t *inserted;
- tmpl_setup_and_cursor_build_init(&inserted, "&Test-Group-0.Test-Int16-0");
+ tmpl_setup_and_cursor_build_init(&inserted, "Test-Group-0.Test-Int16-0");
TEST_CHECK_PAIR_NEQ(inserted, NULL);
build_test_end;
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0.Test-Int16-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0.Test-Int16-0");
TEST_CHECK_PAIR(test_vp(), inserted);
test_end;
pair_populate_thin(1);
pair_populate_thin(2);
- tmpl_setup_and_cursor_build_init(&inserted, "&Test-Group-0[*].Test-Int32-0");
+ tmpl_setup_and_cursor_build_init(&inserted, "Test-Group-0[*].Test-Int32-0");
TEST_CHECK_PAIR_NEQ(inserted, NULL);
second = fr_dcursor_next(test_cursor());
TEST_CHECK_PAIR_NEQ(second, inserted);
build_test_end;
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0[*].Test-Int32-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0[*].Test-Int32-0");
TEST_CHECK_PAIR(test_vp(), inserted);
test_vp_set(fr_dcursor_next(test_cursor()));
TEST_CHECK_PAIR(test_vp(), second);
fr_pair_t *inserted;
pair_populate(1);
- tmpl_setup_and_cursor_build_init(&inserted, "&Test-Group-0.Test-Group-0.Test-String-0");
+ tmpl_setup_and_cursor_build_init(&inserted, "Test-Group-0.Test-Group-0.Test-String-0");
TEST_CHECK_PAIR_NEQ(inserted, NULL);
build_test_end;
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Group-0.Test-Group-0.Test-String-0");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Group-0.Test-Group-0.Test-String-0");
TEST_CHECK_PAIR(test_vp(), inserted);
test_end;
common_vars;
fr_pair_t *inserted;
- tmpl_setup_and_cursor_build_init(&inserted, "&Test-Nested-Top-TLV-0[0].Child-TLV[0].Leaf-String");
+ tmpl_setup_and_cursor_build_init(&inserted, "Test-Nested-Top-TLV-0[0].Child-TLV[0].Leaf-String");
TEST_CHECK_PAIR_NEQ(inserted, NULL);
build_test_end;
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[0].Child-TLV[0].Leaf-String");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[0].Child-TLV[0].Leaf-String");
TEST_CHECK_PAIR(test_vp(), inserted);
test_end;
pair_populate(1);
pair_populate_thin(2);
- tmpl_setup_and_cursor_build_init(&inserted, "&Test-Nested-Top-TLV-0[1].Child-TLV[0].Leaf-String");
+ tmpl_setup_and_cursor_build_init(&inserted, "Test-Nested-Top-TLV-0[1].Child-TLV[0].Leaf-String");
TEST_CHECK_PAIR_NEQ(inserted, NULL);
TEST_CHECK_PAIR_NEQ(inserted, leaf_string_vp1);
build_test_end;
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[1].Child-TLV[0].Leaf-String");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[1].Child-TLV[0].Leaf-String");
TEST_CHECK_PAIR(test_vp(), inserted);
test_end;
common_vars;
fr_pair_t *inserted;
- tmpl_setup_and_cursor_build_init(&inserted, "&Test-Nested-Top-TLV-0[3].Child-TLV[0].Leaf-String");
+ tmpl_setup_and_cursor_build_init(&inserted, "Test-Nested-Top-TLV-0[3].Child-TLV[0].Leaf-String");
TEST_CHECK_PAIR(inserted, NULL);
build_test_end;
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[3].Child-TLV[0].Leaf-String");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[3].Child-TLV[0].Leaf-String");
TEST_CHECK_PAIR(test_vp(), NULL);
test_end;
common_vars;
fr_pair_t *inserted;
- tmpl_setup_and_cursor_build_init(&inserted, "&Test-Nested-Top-TLV-0[*].Child-TLV[0].Leaf-String");
+ tmpl_setup_and_cursor_build_init(&inserted, "Test-Nested-Top-TLV-0[*].Child-TLV[0].Leaf-String");
TEST_CHECK_PAIR(inserted, NULL);
build_test_end;
- tmpl_setup_and_cursor_init(test_vp_p(), "&Test-Nested-Top-TLV-0[*].Child-TLV[0].Leaf-String");
+ tmpl_setup_and_cursor_init(test_vp_p(), "Test-Nested-Top-TLV-0[*].Child-TLV[0].Leaf-String");
TEST_CHECK_PAIR(test_vp(), NULL);
test_end;