summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/tests/test.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/tests/test.js b/bitbake/lib/toaster/toastergui/static/js/tests/test.js
index 44b752277c..f8d566b3e3 100644
--- a/bitbake/lib/toaster/toastergui/static/js/tests/test.js
+++ b/bitbake/lib/toaster/toastergui/static/js/tests/test.js
@@ -134,10 +134,10 @@ QUnit.test("Make typeaheads", function(assert){
134 libtoaster.makeTypeahead(recipesT, 134 libtoaster.makeTypeahead(recipesT,
135 libtoaster.ctx.recipesTypeAheadUrl, {}, function(){}); 135 libtoaster.ctx.recipesTypeAheadUrl, {}, function(){});
136 136
137 assert.ok(recipesT.data('typeahead')); 137 assert.ok(recipesT.data('ttTypeahead'));
138 assert.ok(layersT.data('typeahead')); 138 assert.ok(layersT.data('ttTypeahead'));
139 assert.ok(projectsT.data('typeahead')); 139 assert.ok(projectsT.data('ttTypeahead'));
140 assert.ok(recipesT.data('typeahead')); 140 assert.ok(recipesT.data('ttTypeahead'));
141}); 141});
142 142
143 143