@@ -37,7 +37,7 @@ describe('SchemaWithDuplicatesService', () => {
3737 const entry = {
3838 path : [ 'testKey-0' , 'testKey-2' , 'testKey-4' ] ,
3939 uuid : 'testKey-4' ,
40- uri : 'mockUri' ,
40+ uriBFLite : 'mockUri' ,
4141 children : [ 'testKey-5' ] ,
4242 constraints,
4343 } ;
@@ -87,7 +87,7 @@ describe('SchemaWithDuplicatesService', () => {
8787 {
8888 path : [ 'testKey-0' , 'testKey-2' , 'testKey-7' ] ,
8989 uuid : 'testKey-7' ,
90- uri : 'mockUri' ,
90+ uriBFLite : 'mockUri' ,
9191 cloneIndex : 1 ,
9292 children : [ 'testKey-8' ] ,
9393 deletable : true ,
@@ -129,7 +129,7 @@ describe('SchemaWithDuplicatesService', () => {
129129
130130 describe ( 'deleteEntry' , ( ) => {
131131 const entry = {
132- uri : 'mockUri' ,
132+ uriBFLite : 'mockUri' ,
133133 path : [ 'testKey-0' , 'testKey-2' , 'testKey-4' , 'testKey-6' ] ,
134134 uuid : 'testKey-6' ,
135135 children : [ 'nonExistent' , 'testKey-7' ] ,
@@ -154,7 +154,7 @@ describe('SchemaWithDuplicatesService', () => {
154154 [
155155 'testKey-5' ,
156156 {
157- uri : 'mockUri' ,
157+ uriBFLite : 'mockUri' ,
158158 path : [ 'testKey-0' , 'testKey-2' , 'testKey-4' , 'testKey-5' ] ,
159159 uuid : 'testKey-5' ,
160160 children : [ ] ,
@@ -196,7 +196,7 @@ describe('SchemaWithDuplicatesService', () => {
196196 [
197197 'testKey-5' ,
198198 {
199- uri : 'mockUri' ,
199+ uriBFLite : 'mockUri' ,
200200 path : [ 'testKey-0' , 'testKey-2' , 'testKey-4' , 'testKey-5' ] ,
201201 uuid : 'testKey-5' ,
202202 children : [ ] ,
@@ -206,7 +206,7 @@ describe('SchemaWithDuplicatesService', () => {
206206 [
207207 'testKey-5' ,
208208 {
209- uri : 'mockUri' ,
209+ uriBFLite : 'mockUri' ,
210210 path : [ 'testKey-0' , 'testKey-2' , 'testKey-4' , 'testKey-5' ] ,
211211 uuid : 'testKey-5' ,
212212 children : [ ] ,
@@ -245,7 +245,7 @@ describe('SchemaWithDuplicatesService', () => {
245245 } ;
246246
247247 const childEntry = {
248- uri : 'mockUri' ,
248+ uriBFLite : 'mockUri' ,
249249 uuid : 'testKey-2' ,
250250 path : [ 'testKey-1' , 'testKey-2' ] ,
251251 children : [ 'testKey-3' ] ,
@@ -284,7 +284,7 @@ describe('SchemaWithDuplicatesService', () => {
284284 } ;
285285
286286 const childEntry = {
287- uri : 'mockUri' ,
287+ uriBFLite : 'mockUri' ,
288288 uuid : 'testKey-2' ,
289289 path : [ 'testKey-1' , 'testKey-2' ] ,
290290 deletable : true ,
@@ -313,7 +313,7 @@ describe('SchemaWithDuplicatesService', () => {
313313 {
314314 uuid : 'parent' ,
315315 path : [ 'parent' ] ,
316- uri : 'parent-uri' ,
316+ uriBFLite : 'parent-uri' ,
317317 children : [ 'child-1' , 'child-2' ] ,
318318 constraints : { repeatable : true } ,
319319 twinChildren : {
@@ -326,7 +326,7 @@ describe('SchemaWithDuplicatesService', () => {
326326 {
327327 uuid : 'child-1' ,
328328 path : [ 'parent' , 'child-1' ] ,
329- uri : 'child-uri' ,
329+ uriBFLite : 'child-uri' ,
330330 cloneIndex : 0 ,
331331 children : [ ] ,
332332 } ,
@@ -336,7 +336,7 @@ describe('SchemaWithDuplicatesService', () => {
336336 {
337337 uuid : 'child-2' ,
338338 path : [ 'parent' , 'child-2' ] ,
339- uri : 'child-uri' ,
339+ uriBFLite : 'child-uri' ,
340340 cloneIndex : 1 ,
341341 children : [ ] ,
342342 } ,
0 commit comments