Hi,

I have some unit tests to test my dao.  Just starting out.  So I have
simple tests that do crud operations.  findbyid, delete, update, etc.

In testCreate i create an object and retrieve.
In testFindAll i create 2 objects and retrieve all there are 3, 1 from
the previous  test.

In test update, I retrieve one of the previous objectsbyid to update
it and it fails, get null.
next thing i do is degug to step through the code.  However when I do,
there aren't any errors.  This appears to be repeatable.  Are the
updates actually going slower than the code and this is the problem?
-- 
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