Salome HOME
Creation of a new study from an existing one is implemented.
[tools/siman.git] / Workspace / Siman-Common / src / test / splat / service / TestScenarioService.java
2013-03-25 rkvCreation of a new study from an existing one is impleme...
2013-03-21 rkvThe draft of the "Copy from existing study" action...
2013-03-13 rkvassignStudyContext is implemented for calling from...
2013-03-13 rkvFix for scenario label when creating a new study from...
2013-03-13 rkvThe method createStudy from Python is marked as Transac...
2013-03-13 rkvProjectSettings are now configured when the bean is...
2013-03-11 rkvAdded tests for the new createStudy method which has...
2013-02-18 rkvFix for mantis #0022110: Same files should not be attac...
2013-02-07 rkvFixed case when translation is not found. Now default...
2013-02-06 rkvUnit test for checkin is ammended for testing the case...
2013-01-29 rkvFix for checkin: attach a new file to the same version...
2013-01-28 rkvDon't attach format to the file name when adding a...
2012-12-20 rkvComment is fixed.
2012-12-11 rkvFix: document format always has been taken from the...
2012-12-04 rkvAdded test of checkin with empty list of steps.
2012-12-03 rkvDocument name is generated now for new documents during...
2012-11-30 rkvHibernate config changed to generate db in release...
2012-11-29 rkvFile id is added to the checked out info.
2012-11-28 rkvTest data are not saved now in the test database due...
2012-11-27 rkvDependent not checked in documents are marked as outdat...
2012-11-27 rkvUses relations for new documents are created during...
2012-11-26 rkvSaveOrUpdate is introduced in DAO and is used for user...
2012-11-23 rkvFixes for checkin and user creation.
2012-11-23 rkvCheck of results of scenario checkin is added to the...
2012-11-23 rkvCheck for duplication is added when creating context...
2012-11-23 rkvThe checkin from SALOME operation is updated (ScenarioS...
2012-11-21 rkvDefault document types mappings are moved from applicat...
2012-11-19 rkvProcessing instruction is defined now in getScenarioInf...
2012-11-18 rkvLoading of mappings of document types to lists of file...
2012-11-16 rkvUse class loader to get som.xml.
2012-11-16 rkvUnit test is created for ScenarioService.getScenarioInf...
2012-11-14 rkvScenarioService.getScenarioInfo method is added.