WASdev / standards.jsr352.tck

Home of the TCK for the Java Batch standard (JSR 352, Batch Applications for the Java Platform). #JavaEE7
Apache License 2.0
1 stars 9 forks source link

Clean up assertion messages (particularly copy/paste errors) #3

Open scottkurz opened 9 years ago

scottkurz commented 9 years ago

From https://java.net/bugzilla/show_bug.cgi?id=5401

mminella@java.net 2013-09-19 17:38:45 UTC

The messaging through out the TCK is not consistent (many copy paste errors). Just a couple examples:

There are other areas with these types of issues. A quick read through the tests should highlight most of them.

jvfullam commented 8 years ago

ChunkTests#testChunkRetryOnError() all say execution#1 because they are, in fact, all first executions. However, they are different job instances.