From 0d0d83c23ccbdaa2dbf0ac6698e5e49a904289e1 Mon Sep 17 00:00:00 2001 From: dhrname Date: Tue, 24 Feb 2015 21:44:11 +0900 Subject: [PATCH] Modify the Spec for the object --- tool/Spec/spec/SvgDomSpec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tool/Spec/spec/SvgDomSpec.js b/tool/Spec/spec/SvgDomSpec.js index b648042..c309420 100644 --- a/tool/Spec/spec/SvgDomSpec.js +++ b/tool/Spec/spec/SvgDomSpec.js @@ -2919,9 +2919,11 @@ describe("SMIL Animation Spec", function() { it("should be this for the value (limit value analysis)", function() { expect(from.$advance instanceof from.constructor).toBeTruthy(); expect(from.call()).toBe(from.$advance); + expect(from.$advance.call()).toBe(from.$advance); } ); /*同値分割をして、有効同値クラスを調べておく (Equivalence partitioning, the following is the valid partion)*/ it("should be this for the value (the valid partion)", function() { + from.up("$advance"); } ); /*無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/ it("should be this for the value (the invalid partion)", function() { -- 2.11.0