I think so, When I executed all is right, however I don't execute teardown method because If I executed this the data are deleted. Also everytime I executed JUNIT the local_db.bin file is bigger than the last time so It has the data.
2010/6/22 Ronmell Fuentes <[email protected]> > is your JUnit well configured?? > > 2010/6/22 Andrés Cerezo <[email protected]> > >> But I can see the data created with the servlets with >> http://localhost:8888/_ah/admin, but not when I the data are created with >> junit. >> >> 2010/6/22 Ronmell Fuentes <[email protected]> >> >>> Hi Acerezo >>> >>> remember the Data stored in dataStore is schemaless so, as far as I know, >>> only GAE knows how to deal with it. >>> >>> When I want to see the data from the dataStore I use the classes written >>> in java in order to manage the data in Data Store. >>> in the other hand, you can use Restlets running on your app in order to >>> manage your data when deployed in GAE. >>> >>> Rgds. >>> >>> Ronmell >>> >>> 2010/6/22 Acerezo <[email protected]> >>> >>>> Hello all, >>>> >>>> I have been running my server locally with JUNIT all is ok but when I >>>> want to see the data of the local_db.bin file from localhost:8888 I >>>> don´t see the data (entities, etc) Anyone can help me, please? >>>> >>>> Thanks. >>>> >>>> -- >>>> 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]<google-appengine-java%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-appengine-java?hl=en. >>>> >>>> >>> >>> >>> -- >>> ausencia de evidencia ≠ evidencia de ausencia >>> http://culturainteractiva.blogspot.com/ >>> >>> -- >>> 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]<google-appengine-java%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-appengine-java?hl=en. >>> >> >> -- >> 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]<google-appengine-java%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> > > > > -- > ausencia de evidencia ≠ evidencia de ausencia > http://culturainteractiva.blogspot.com/ > > -- > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- 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.
