Ignore:
Timestamp:
Jan 12, 2007 3:19:55 PM (17 years ago)
Author:
crchemist
Message:

Now Marker implements IPlacemark.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qPloneGoogleMaps/branches/qPloneGoogleMaps_with_geo_interfaces/tests/testMarker.py

    r534 r749  
    44import os, sys, string 
    55if __name__ == '__main__': 
     6    #import psyco; psyco.full() 
    67    execfile(os.path.join(sys.path[0], 'framework.py')) 
    78 
    89from commonTestingStuff import * 
     10from Products.qPloneGoogleMaps.content.Marker import Marker 
     11from geo.interfaces import IPlacemark 
    912 
    1013class TestMarker(PloneTestCase.FunctionalTestCase): 
    1114    """ Test Marker content type""" 
     15 
     16    def testInterface(self): 
     17        verifyClass(IPlacemark, Marker) 
    1218 
    1319    def afterSetUp(self): 
Note: See TracChangeset for help on using the changeset viewer.