Skip to content

Commit

Permalink
fix Test README outline number typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Sep 2, 2012
1 parent f1511c2 commit 0971dc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Test README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ If you're contributing to mogenerator, please ensure tests pass prior to issuing

1. mogenerator can be built from source.
2. You're using the latest source tree templates (so template errors fail immediately).
2. mogenerator can read the test.xcmodeld file.
3. mogenerator can generate source files from the model.
4. Generated source files are compilable.
5. A small but real program can use the generated classes to create managed objects, modify their attributes, hook up relationships and save them to an in-memory store.
3. mogenerator can read the test.xcmodeld file.
4. mogenerator can generate source files from the model.
5. Generated source files are compilable.
6. A small but real program can use the generated classes to create managed objects, modify their attributes, hook up relationships and save them to an in-memory store.

It does this for both MRC and ARC modes (hence the double `success` in the output).

Expand Down

0 comments on commit 0971dc2

Please sign in to comment.