Use any Unit Test and add

        @BeforeClass
        public static void setUp()
        {
                LocalDatastoreServiceTestConfig config = new
LocalDatastoreServiceTestConfig();
                helper = new LocalServiceTestHelper(config);
                helper.setUp();
                helper.setEnvAppId(EtappsTestData.appId);
                ds = DatastoreServiceFactory.getDatastoreService();
                MemcacheServiceFactory.getMemcacheService().clearAll();
        }

Call of
   MemcacheServiceFactory.getMemcacheService().clearAll();
will fail.

I'll test pre release 1.5.1 and if the problem exists, I'll make a
small test case.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to