Directory org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client/

Directory Created:
2009-07-27 18:52
Total Files:
8
Deleted Files:
0
Lines of Code:
681

[root]/org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client

Lines of Code

org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 35 (100.0%) 758 (100.0%) 21.6

Most Recent Commits

soundasleep 2011-09-22 17:38 Rev.: 3104

changing root model NS to 0.6: migrating test models

1 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.iaml (+1 -1)
soundasleep 2011-05-04 15:57 Rev.: 2793

issue 242: remigrating test models

0 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.iaml (-15)
soundasleep 2011-05-04 13:42 Rev.: 2789

issue 242: migrating test models

45 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.iaml (+45)
soundasleep 2011-01-10 17:19 Rev.: 2537

removing the unused DecisionNode function emailAddressMatch - can be implemented by checking a cast to iamlEmail

0 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: ComparisonFunctions.java (-9)
soundasleep 2010-04-17 12:20 Rev.: 1925

migrating all test models to new 0.5 namespace

1 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.iaml (+1 -1)
soundasleep 2010-03-15 14:36 Rev.: 1692

adding initial test case for text field property codegen invalid input

6 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: CastFunctions.java (+6 -4)
soundasleep 2010-03-15 11:42 Rev.: 1690

adding same checks to server-side can_cast and do_cast
unifying implementation of client and server-side

1 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: CastFunctions.java (+1 -18)
soundasleep 2010-03-15 11:21 Rev.: 1689

adding client-side test cases for can_cast and do_cast
cleaning up implementation of client-side casting

233 lines of code changed in 3 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: AllClientRuntimeTests.java (+1), CastFunctions.java (new 204), JavascriptCodegenTestCase.java (+28 -1)
soundasleep 2010-03-10 19:03 Rev.: 1667

issue 43: removing waitForAjax() method

0 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.java (-2)
soundasleep 2010-02-26 17:06 Rev.: 1596

issue 149: refactoring out the model loading and inference code into separate helper classes

4 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.java (+4 -1)
soundasleep 2010-02-17 18:03 Rev.: 1530

migrating all test models to 0.4.3
using EMF to re-save loaded models will allow better serialization consistency in the future (such as removing unnecessary duplicate xmlns specifications)

2 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.iaml (+2 -2)
soundasleep 2010-02-17 13:55 Rev.: 1519

migrating all test models automatically to 0.4.3

2 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.iaml (+2 -2)
soundasleep 2010-02-15 12:16 Rev.: 1508

adding test case for LabelSyncCondition
adding assert methods for finding labels with specific text
adding client-side and server-side runtime tests for is_array_equal and make_into_boolean
adding JS implementation of is_array_equal and make_into_boolean

50 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: HelperFunctions.java (+50)
soundasleep 2010-02-10 20:21 Rev.: 1473

fixing the remaining broken codegen test cases
fixing drools and runtime tests

1 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: ComparisonFunctions.java (+1 -1)
soundasleep 2010-02-10 18:08 Rev.: 1472

updating codegen test models to new refactored metamodel
migrating codegen templates to use new metamodel
updating codegen tests as necessary

2 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.iaml (+2 -2)
soundasleep 2009-11-30 18:05 Rev.: 1322

adding test cases for the other arithmetic operations

27 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: HelperFunctions.java (+27 -11)
soundasleep 2009-11-30 16:12 Rev.: 1319

implementing the code generation of the Add Arithmetic operator
adding a JS runtime function parseFloatOrZero
adding another simple example of SetValueStatic

41 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: HelperFunctions.java (+33), JavascriptCodegenTestCase.java (+8)
soundasleep 2009-10-19 20:05 Rev.: 1288

setting svn:mime-type correctly on .iaml and .iaml_diagram files

0 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.iaml (changed)
soundasleep 2009-09-11 13:12 Rev.: 1151

migrating all testcase models to new model 0.4 NS
fixing bug where PrimitiveOperation would not have a generated ID
invalid GeneratorExtensions now throw exceptions rather than valid, but incorrect, values

1 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.iaml (+1 -1)
soundasleep 2009-08-13 14:06 Rev.: 979

updating text/javascript (obsolete in RFC 4329) to application/javascript
adding a quality test to check that the runtime index.html always publishes the correct version

84 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: AllClientRuntimeTests.java (+1), RuntimeLibraryVersionTest.java (new 83)
soundasleep 2009-08-11 13:36 Rev.: 957

the code generation for codegen tests are now cached (like inference tests)

1 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: JavascriptCodegenTestCase.java (+1 -1)
soundasleep 2009-08-07 22:47 Rev.: 935

issue 83: added GenerateCodeAction Eclipse action test cases
fixing a bug with GenerateCodeActionAndView where the browser window would not be shown

2 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: AllClientRuntimeTests.java (+2)
soundasleep 2009-07-27 20:55 Rev.: 895

minor fixes to let test cases pass

2 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: HelperFunctions.java (+2 -2)
soundasleep 2009-07-27 19:26 Rev.: 894

issue 75: moving header.php into runtime folder
issue 73: adding unit tests for php runtime code
queue_log_messages now defaults to on

4 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: AllClientRuntimeTests.java (+2 -2), HelperFunctions.java (+2 -1)
soundasleep 2009-07-27 18:52 Rev.: 893

refactoring out the client JS tests into a separate package

248 lines of code changed in 6 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/client: AllClientRuntimeTests.java (new 30), ComparisonFunctions.java (new 38), HelperFunctions.java (new 38), JavascriptCodegenTestCase.iaml (new 4), JavascriptCodegenTestCase.java (new 99), JavascriptMethodsTest.java (new 39)
Generated by StatSVN 0.7.0