[root]/src/seg/jUCMNav/tests
Z151importexport
(2 files, 463 lines)
expected
(1 files, 72 lines)
commands
(4 files, 2487 lines)
progress
(2 files, 2206 lines)
scenarios
(3 files, 1681 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 15 (100.0%) | 121 (100.0%) | 8.0 |
| jpdaigle | 4 (26.7%) | 48 (39.7%) | 12.0 |
| etremblay | 4 (26.7%) | 42 (34.7%) | 10.5 |
| jkealey | 5 (33.3%) | 26 (21.5%) | 5.2 |
| pengfei | 1 (6.7%) | 3 (2.5%) | 3.0 |
| jfroy | 1 (6.7%) | 2 (1.7%) | 2.0 |
no bug: formatting cleanup with our default formatting template.
1 lines of code changed in 1 file:
Added the jUnit test code for KPI commands.
Fixed a bug in ModelCreationFactory during the unit test, at:
public static Object getNewObject(URNspec urn, Class targetClass, int type);
The type value was not set to the parameter value.
3 lines of code changed in 1 file:
a few unit tests for scenario traversal; seems we had forgotten to re-enable a bunch of regular command tests after we changed the infrastructure a year ago too!
2 lines of code changed in 1 file:
seg.jUCMNav.scenarios: Initial import from other project - uses javacc 3.2
2 lines of code changed in 1 file:
Created command test cases for GRL
Fixed bug when saving Evaluation and LinkRef
2 lines of code changed in 1 file:
added headers + package.html for all files in the seg.jUCMNav.views.* package. did not clean the files
17 lines of code changed in 1 file:
Cleaned/commented seg.jUCMNav.model.commands.delete, except for most of the hard ones: DeleteMultiNodeCommand, DeletePathCommand, DeletePluginCommand, DeleteStartNCEndCommand;
Created new command tests.
Added headers in seg.jUMCNav.tests.*
4 lines of code changed in 1 file:
Re-adding. This should have worked last time.
24 lines of code changed in 1 file:
removed
0 lines of code changed in 1 file:
Recreating tests as LOWERCASE directory
24 lines of code changed in 1 file:
removing directory Tests to recreate it
0 lines of code changed in 1 file:
Refactored a lot of packages to better reflect our strategy for the future.
Corrected some bugs to follow some guidelines we defined earlier.
Extracted the RessourceTracker class from UCMEditor.
24 lines of code changed in 1 file:
- The new model is now working.
- Creating path works (do/undo)
- Extending path works (do/undo)
- SplitLinkCommand doesn't work
- BSplineConnectionRouter works #1!
0 lines of code changed in 1 file:
TODO list is now up to date.
0 lines of code changed in 1 file:
You can now add a node on the curve and the connection router will update accordingly.
18 lines of code changed in 1 file: