aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/sceSpecs.js
diff options
context:
space:
mode:
authorVojta Jina2013-08-20 14:41:27 -0700
committerVojta Jina2013-08-23 12:43:42 -0700
commitb89a4e49b922894f93d5cc69e00016f157dee625 (patch)
treef2c1fdc470b686d4faaa18a11449bdba4f361fbc /test/ng/sceSpecs.js
parenteefcdad013b56d5d3a05c0b2137a5860091b2575 (diff)
downloadangular.js-b89a4e49b922894f93d5cc69e00016f157dee625.tar.bz2
test: rename / remove duplicate unit tests
Diffstat (limited to 'test/ng/sceSpecs.js')
-rw-r--r--test/ng/sceSpecs.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ng/sceSpecs.js b/test/ng/sceSpecs.js
index 75c1fbaa..1eb382f6 100644
--- a/test/ng/sceSpecs.js
+++ b/test/ng/sceSpecs.js
@@ -139,10 +139,6 @@ describe('SCE', function() {
expect($sce.trustAsHtml("")).toBe("");
}));
- it('should unwrap null into null', inject(function($sce) {
- expect($sce.getTrusted($sce.HTML, null)).toBe(null);
- }));
-
it('should unwrap "" into ""', inject(function($sce) {
expect($sce.getTrusted($sce.HTML, "")).toBe("");
}));