Changeset 3377 in products


Ignore:
Timestamp:
Mar 6, 2012 3:57:15 PM (12 years ago)
Author:
kroman0
Message:

Fixed image source for plone4+

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.analytics/trunk/quintagroup/analytics/tests.py

    r3376 r3377  
    380380            'No+workflow&chdlp=b"/>' 
    381381        plone4chart_tag = \ 
    382             '<imgsrc="http://chart.apis.google.com/chart?chxt=y&amp;'\ 
    383             'chds=0,159&amp;chd=t:156.0,145.0,145.0,0.0|3.0,1.0,0.0,'\ 
    384             '3.0|0.0,0.0,0.0,0.0&amp;chxr=0,0,159&amp;chco=669933,'\ 
    385             'cc9966,993300,ff6633,e8e4e3,a9a486,dcb57e,ffcc99,996633,'\ 
    386             '333300,00ff00&amp;chl=folder|document|event|topic&amp;'\ 
    387             'chbh=a,10,0&amp;chs=800x375&amp;cht=bvs&amp;'\ 
    388             'chtt=content+type+by+state&amp;chdl=private|published|'\ 
    389             'no+workflow&amp;chdlp=b"/>' 
     382            '<imgsrc="http://chart.apis.google.com/chart?chxt=y&amp;chds=0,'\ 
     383            '159&amp;chd=t:156.0,145.0,145.0,0.0|3.0,1.0,0.0,3.0|0.0,0.0,0.'\ 
     384            '0,0.0&amp;chxr=0,0,159&amp;chco=669933,cc9966,993300,ff6633,e8'\ 
     385            'e4e3,a9a486,dcb57e,ffcc99,996633,333300,00ff00&amp;chl=Folder|'\ 
     386            'Document|Event|Topic&amp;chbh=a,10,0&amp;chs=800x375&amp;cht=b'\ 
     387            'vs&amp;chtt=Content+type+by+state&amp;chdl=private|published|N'\ 
     388            'o+workflow&amp;chdlp=b"/>' 
    390389        plone41chart_tag = \ 
    391             '<imgsrc="http://chart.apis.google.com/chart?chxt=y&amp;'\ 
    392             'chds=0,159&amp;chd=t:156.0,145.0,145.0,0.0|3.0,1.0,0.0,'\ 
    393             '3.0|0.0,0.0,0.0,0.0&amp;chxr=0,0,159&amp;chco=669933,'\ 
    394             'cc9966,993300,ff6633,e8e4e3,a9a486,dcb57e,ffcc99,996633,'\ 
    395             '333300,00ff00&amp;chl=folder|document|event|topic&amp;'\ 
    396             'chbh=a,10,0&amp;chs=800x375&amp;cht=bvs&amp;'\ 
    397             'chtt=content+type+by+state&amp;chdl=private|published|'\ 
    398             'no+workflow&amp;chdlp=b"/>' 
     390            '<imgsrc="http://chart.apis.google.com/chart?chxt=y&amp;chds=0,'\ 
     391            '159&amp;chd=t:156.0,145.0,145.0,0.0|3.0,1.0,0.0,2.0|0.0,0.0,0.'\ 
     392            '0,0.0&amp;chxr=0,0,159&amp;chco=669933,cc9966,993300,ff6633,e8'\ 
     393            'e4e3,a9a486,dcb57e,ffcc99,996633,333300,00ff00&amp;chl=Folder|'\ 
     394            'Document|Event|Topic&amp;chbh=a,10,0&amp;chs=800x375&amp;cht=b'\ 
     395            'vs&amp;chtt=Content+type+by+state&amp;chdl=private|published|N'\ 
     396            'o+workflow&amp;chdlp=b"/>' 
    399397 
    400398        if self.plone_version < "4.0": 
Note: See TracChangeset for help on using the changeset viewer.