The D6 node builder (which creates multiple migrations such as d6_node__blog, d6_node__forum, etc. from the d6_node template), while obviously using the node type to set a unique ID for each migrations, does not alter the "Drupal 6 nodes" label. Thus, a UI reporting on what's happening will show several "Imported Drupal 6 nodes" lines in a row. The type should be added into the label.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | node_builder_should-2558839-9.patch | 3.88 KB | quietone |
| #9 | interdiff-2558839-7-9.txt | 703 bytes | quietone |
| #7 | interdiff-2558839-3-7.txt | 3.74 KB | quietone |
| #7 | node_builder_should-2558839-7.patch | 3.88 KB | quietone |
| #3 | node_builder_should-2558839-3.patch | 2.43 KB | mikeryan |
Comments
Comment #2
mikeryanEven the test is simple...
Comment #3
mikeryanDon't know what I was thinking...
Comment #4
quietone commentedNice, really like extra information.
My only question is the format of the message. Is that the standard way, to have the additional detail in parenthesis? When I first read the message I thought why not "Imported Drupal 6 nodes - page" instead of
"Imported Drupal 6 nodes (page)".
+1 RTBC
Comment #5
phenaproximaI'd rather that we used the assertEntity() pattern I established in other tests to prevent repeating code. Something like:
Looks great otherwise.
Comment #6
quietone commentedIf my fingers are fast enough I might be able to finish this before I have to work in the garden.
Comment #7
quietone commentedAfter uploading I reread that using assertMigration was suggested, I used assertEntity.
Comment #8
phenaproximaTwo minor things, then it's RTBC.
Nit: missing a period. Also, can this say "migration entity", just for clarity?
Username? :)
Comment #9
quietone commentedBoth fixed.
Comment #10
phenaproxima#7 has passed DrupalCI and if #9 doesn't, I'll eat my socks. RTBC from me.
Comment #11
webchickMuch better, thanks!
Committed and pushed to 8.0.x. W00t!
Comment #14
quietone commented