Simply mock out the blobstore service using something like mockito: http://mockito.org/
On Nov 28, 9:13 am, Gal Dolber <[email protected]> wrote: > Hi, > > I am having problems testing the blobstore. > > I did the initialization: > > LocalBlobstoreServiceTestConfig blob = > newLocalBlobstoreServiceTestConfig(); > > blob.setBackingStoreLocation("./blobs"); > > helper = new > LocalServiceTestHelper(newLocalDatastoreServiceTestConfig(), blob); > > But I need some way to put a few files into the blobstore to run the tests. > > Any hint? > > -- > Guit: Elegant, beautiful, modular and *production ready* gwt applications. > > http://code.google.com/p/guit/ -- 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.
