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

Directory Created:
2009-07-27 19:26
Total Files:
9
Deleted Files:
1
Lines of Code:
680

[root]/org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server
                                        directory in repo direct (2 files, 90 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 36 (100.0%) 773 (100.0%) 21.4

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/server: PhpCodegenTestCase.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/server: PhpCodegenTestCase.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/server: PhpCodegenTestCase.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/server: ComparisonFunctions.java (-9)
soundasleep 2010-04-21 15:36 Rev.: 1971

Buttons as part of RSS Frames now render an absolute URL for the value of <link>

16 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: ComparisonFunctions.java (+16 -2)
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/server: PhpCodegenTestCase.iaml (+1 -1)
soundasleep 2010-04-02 13:36 Rev.: 1821

adding a test case to actually test sending emails
removing old html2text test cases

0 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: AllServerRuntimeTests.java (-1), ConvertHtmlToText.java (del)
soundasleep 2010-04-02 10:35 Rev.: 1818

initial work in adding a test case for html2text

44 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: AllServerRuntimeTests.java (+1), ConvertHtmlToText.java (new 43)
soundasleep 2010-04-01 16:51 Rev.: 1810

further work on issue 166: newlines were not being interpreted correctly
properties with newlines are now serialised correctly

10 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: PropertiesFileFunctions.java (+7 -6), sample.properties (+3)
soundasleep 2010-04-01 16:33 Rev.: 1809

issue 166: fixing up implementation of set_property() runtime to (mostly) match Java's Properties
adding runtime test cases to verify

181 lines of code changed in 4 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: AllServerRuntimeTests.java (+1), PhpCodegenTestCase.java (+12), PropertiesFileFunctions.java (new 156), sample.properties (new 12)
soundasleep 2010-03-18 10:42 Rev.: 1729

fixing a bug in runtime test cases with undefined constant 'ROOT_PATH'

1 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: PhpCodegenTestCase.java (+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/server: 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

200 lines of code changed in 3 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: AllServerRuntimeTests.java (+1), CastFunctions.java (new 187), PhpCodegenTestCase.java (+12)
soundasleep 2010-02-26 17:06 Rev.: 1596

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

2 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: PhpCodegenTestCase.java (+2 -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/server: PhpCodegenTestCase.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/server: PhpCodegenTestCase.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

45 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: AllServerRuntimeTests.java (+1), HelperFunctions.java (new 44)
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/server: 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/server: PhpCodegenTestCase.iaml (+2 -2)
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/server: PhpCodegenTestCase.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/server: PhpCodegenTestCase.iaml (+1 -1)
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/server: PhpCodegenTestCase.java (+1 -1)
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

212 lines of code changed in 5 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/runtime/server: AllServerRuntimeTests.java (new 31), ComparisonFunctions.java (new 38), PhpCodegenTestCase.iaml (new 4), PhpCodegenTestCase.java (new 100), PhpMethodsTest.java (new 39)
Generated by StatSVN 0.7.0