Changeset [bc66b3e2215eee8c9bca5afe19481ed80927eb74] by Dan Schultz

August 20th, 2011 @ 01:31 AM

Starting fresh with test cases

Removed tests dealing with persistence and associations since
associations and saving have changed so drastically.
https://github.com/danschultz/mesh/commit/bc66b3e2215eee8c9bca5afe1...

Committed by Dan Schultz

  • A tests/mesh/TestEntity.as
  • R tests/mesh/model/AssociationCollectionTests.as
  • R tests/mesh/model/AssociationTests.as
  • R tests/mesh/model/DirtyTests.as
  • R tests/mesh/model/HasManyAssociationTests.as
  • R tests/mesh/model/HasOneAssociationTests.as
  • R tests/mesh/services/DestroyTests.as
  • R tests/mesh/services/InsertTests.as
  • R tests/mesh/services/QueryTests.as
  • R tests/mesh/services/UpdateTests.as
  • M tests/mesh/Account.as
  • M tests/mesh/Customer.as
  • M tests/mesh/Order.as
  • M tests/mesh/Person.as
  • M tests/mesh/model/EntityTests.as
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Mesh is an open-source persistence framework for Adobe Flex. It is designed to make the persistence of your application's model easier. Mesh provides the mechanisms for defining the associations between your model's entities, tracking which objects need to be saved, and mapping your entities to backend services.

<p>
<strong>Wiki</strong>
The Mesh wiki is hosted on GitHub at <a href="https://github.com/danschultz/mesh/wiki">https://github.com/danschultz/mesh/wiki</a>.
</p>

<p>
<strong>Source Code</strong>
Mesh is hosted on GitHub at <a href="http://github.com/danschultz/mesh">http://github.com/danschultz/mesh</a>.
</p>

Shared Ticket Bins