DuffPane now has the start of a unit test suite. Invoke it via 'ant
clean check'. Right now there are tests to ensure that typing certain sequences of keys in the Extended Wylie keyboard gives the expected Extended Wylie back when "Tools/Convert Tibetan to Wylie" is invoked. The syntactically illegal d.wa now converts to Tibetan and then back to d.wa (not dwa, as it did); likewise with the illegal g.wa. wa doesn't take any prefixes, but I prefer clean end-to-end behavior. (jeskd doesn't go end-to-end, though.) Note that you cannot successfully run the DuffPane tests on a Linux box unless your DISPLAY variable is set correctly. Thus, my nightly builds will fail with an Error (as opposed to a Failure).
This commit is contained in:
parent
d9b22a43d6
commit
efa8fc1f25
8 changed files with 444 additions and 109 deletions
6
dist/NightlyBuilds.html
vendored
6
dist/NightlyBuilds.html
vendored
|
@ -21,7 +21,11 @@
|
|||
<ul>
|
||||
<li>
|
||||
See <a href="junit-noframes.html">here</a> for results of the
|
||||
nightly JUnit tests.
|
||||
nightly JUnit tests. Note that an error on DuffPaneTest is
|
||||
quite normal; this test runs only when an X11 display can be
|
||||
opened, and I'm too lazy to run the tests with a framebuffer X
|
||||
display. Run 'ant clean check' manually and DuffPaneTest
|
||||
should pass with flying colors.
|
||||
</li>
|
||||
<li>
|
||||
Today's Javadocs: [<a href="docs/public">public</a> <a href="docs/public-javadocs-today.zip">(zip file)</a>]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue