From 7a8dcbd5aedb5e943dd7ce09d0b20d437313e5d8 Mon Sep 17 00:00:00 2001 From: Brian Cavalier Date: Sun, 10 Nov 2013 14:44:51 -0500 Subject: [PATCH] Fix relative-plugin-id unit test --- test/amd/moduleIds.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/amd/moduleIds.html b/test/amd/moduleIds.html index 4dedcb6..bd0b888 100644 --- a/test/amd/moduleIds.html +++ b/test/amd/moduleIds.html @@ -164,9 +164,9 @@ function shouldResolveRelativePluginIdAndResourceId(doh) { var d = new doh.Deferred(); - wire('a/b/spec-with-plugin').then( + wire('a/spec-with-plugin').then( function(c) { - d.callback(c.test === 'a/b/c'); + d.callback(c.component === 'a/b/c'); }, function(e) { console.error(e.stack);