OSDN Git Service

Modify the Spec for the object
authordhrname <dhrname@users.sourceforge.jp>
Tue, 24 Feb 2015 12:44:11 +0000 (21:44 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Tue, 24 Feb 2015 12:44:11 +0000 (21:44 +0900)
tool/Spec/spec/SvgDomSpec.js

index b648042..c309420 100644 (file)
@@ -2919,9 +2919,11 @@ describe("SMIL Animation Spec", function() {
     it("should be this for the value  (limit value analysis)", function() {\r
       expect(from.$advance instanceof from.constructor).toBeTruthy();\r
       expect(from.call()).toBe(from.$advance);\r
+      expect(from.$advance.call()).toBe(from.$advance);\r
     } );\r
     /*同値分割をして、有効同値クラスを調べておく (Equivalence partitioning, the following is the valid partion)*/\r
     it("should be this for the value (the valid partion)", function() {\r
+      from.up("$advance");\r
     } );\r
     /*無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/\r
     it("should be this for the value (the invalid partion)", function() {\r