X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Faxis_labels-deprecated.js;h=34f37a5990b356cd470afcfe45a3cf58b9d720ee;hb=d91ba598b82c927945744c7041dc05500b5545b3;hp=69182981e235391ff56e6bfb77f5a18ee1426ead;hpb=6d6c60b68f7d6b3a58e3f204f2e0e71152f18bd0;p=dygraphs.git diff --git a/auto_tests/tests/axis_labels-deprecated.js b/auto_tests/tests/axis_labels-deprecated.js index 6918298..34f37a5 100644 --- a/auto_tests/tests/axis_labels-deprecated.js +++ b/auto_tests/tests/axis_labels-deprecated.js @@ -38,7 +38,7 @@ function getLegend() { return legend.textContent; } -DeprecatedAxisLabelsTestCase.prototype.testXAxisTimeLabelFormatter = function() { +DeprecatedAxisLabelsTestCase.prototype.testDeprecatedDeprecatedXAxisTimeLabelFormatter = function() { var opts = { width: 480, height: 320 @@ -67,7 +67,7 @@ DeprecatedAxisLabelsTestCase.prototype.testXAxisTimeLabelFormatter = function() assertEquals('5.1: Y1:1', getLegend()); }; -DeprecatedAxisLabelsTestCase.prototype.testAxisLabelFormatter = function () { +DeprecatedAxisLabelsTestCase.prototype.testDeprecatedAxisLabelFormatter = function () { var opts = { width: 480, height: 320, @@ -101,7 +101,7 @@ DeprecatedAxisLabelsTestCase.prototype.testAxisLabelFormatter = function () { assertEquals("2: y:4", getLegend()); }; -DeprecatedAxisLabelsTestCase.prototype.testDateAxisLabelFormatter = function () { +DeprecatedAxisLabelsTestCase.prototype.testDeprecatedDateAxisLabelFormatter = function () { var opts = { width: 480, height: 320, @@ -138,7 +138,7 @@ DeprecatedAxisLabelsTestCase.prototype.testDateAxisLabelFormatter = function () // This test verifies that when a valueFormatter is set (but not an // axisLabelFormatter), then the valueFormatter is used to format the axis // labels. -DeprecatedAxisLabelsTestCase.prototype.testValueFormatter = function () { +DeprecatedAxisLabelsTestCase.prototype.testDeprecatedValueFormatter = function () { var opts = { width: 480, height: 320, @@ -175,7 +175,7 @@ DeprecatedAxisLabelsTestCase.prototype.testValueFormatter = function () { assertEquals("x2: y:y4", getLegend()); }; -DeprecatedAxisLabelsTestCase.prototype.testDateValueFormatter = function () { +DeprecatedAxisLabelsTestCase.prototype.testDeprecatedDateValueFormatter = function () { var opts = { width: 480, height: 320, @@ -214,7 +214,7 @@ DeprecatedAxisLabelsTestCase.prototype.testDateValueFormatter = function () { // This test verifies that when both a valueFormatter and an axisLabelFormatter // are specified, the axisLabelFormatter takes precedence. -DeprecatedAxisLabelsTestCase.prototype.testAxisLabelFormatterPrecedence = function () { +DeprecatedAxisLabelsTestCase.prototype.testDeprecatedAxisLabelFormatterPrecedence = function () { var opts = { width: 480, height: 320, @@ -248,7 +248,7 @@ DeprecatedAxisLabelsTestCase.prototype.testAxisLabelFormatterPrecedence = functi // This is the same as the previous test, except that options are added // one-by-one. -DeprecatedAxisLabelsTestCase.prototype.testAxisLabelFormatterIncremental = function () { +DeprecatedAxisLabelsTestCase.prototype.testDeprecatedAxisLabelFormatterIncremental = function () { var opts = { width: 480, height: 320,