Stendhal Quest Testing: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Kymara |
imported>Kymara |
||
| Line 40: | Line 40: | ||
== Get the test to compile== |
== Get the test to compile== |
||
Now there will be some red underlined errors in the file, for each part which is TODO. Don't worry about that! |
Now there will be some red underlined errors in the file, for each part which is TODO. Don't worry about that! We are going to fix each one. |
||
<source lang = "java"> |
<source lang = "java"> |
||
| Line 128: | Line 128: | ||
Finally I like to edit the text so that each conversation block is together. After each 'bye' from the npc, make a new line so that we're nicely split out. |
Finally I like to edit the text so that each conversation block is together. After each 'bye' from the npc, make a new line so that we're nicely split out. |
||
== Run the test and make corrections == |
== Run the test and make corrections == |
||