File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
testing/test-cases/selenium-tests/jqueryPlugin Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ window.startTest = function (done) {
1212 features : [ {
1313 type : 'point' ,
1414 data : [ { x : 10 , y : - 10 } ] ,
15- size : 50 ,
15+ radius : 50 ,
1616 fill : true ,
1717 fillColor : 'brown' ,
1818 fillOpacity : 0.5 ,
@@ -42,6 +42,13 @@ window.startTest = function (done) {
4242 strokeColor : 'midnightblue' ,
4343 strokeWidth : 5 ,
4444 strokeOpacity : 0.5
45+ } , {
46+ type : 'point' ,
47+ data : [ { x : 10 , y : 15 } ] ,
48+ size : 10000 ,
49+ fillColor : 'black' ,
50+ strokeColor : 'lightgrey' ,
51+ strokeWidth : 2
4552 } ]
4653 } ]
4754 } ) ;
Original file line number Diff line number Diff line change 66
77class base (object ):
88 testCase = ('jqueryPlugin' ,)
9- testRevision = 1
9+ testRevision = 2
1010
1111 def loadPage (self ):
1212 self .resizeWindow (800 , 600 )
You can’t perform that action at this time.
0 commit comments