source: trunk/org.modelica.mdt.test/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1263   13 years masberg Remove debug printout that is no longer needed. Made a few (failed) …
(edit) @1236   13 years masberg Fix test to comply with the OpenModelica? 1.8 standard library.
(edit) @1235   13 years masberg Fix standard library tests which now work since revision 1234 fixed …
(edit) @1181   13 years masberg Fix compilation error, missing semicolon after expression 'y := 1 - …
(edit) @1164   13 years masberg Let more of the files created for the Area51 test project be stored as …
(edit) @1162   13 years masberg Store more of the files created as part of the Area51 project as …
(edit) @1146   13 years masberg Use JUnit4 style annotations. Make sure any file changes are reverted …
(edit) @1145   13 years masberg Minor tweak (break up chained expression for easier stepping during …
(edit) @1096   13 years masberg Lots of refactorings. Changes to Modelic package name assertion and …
(edit) @1095   13 years masberg Minor refactoring.
(edit) @1094   13 years masberg Reinstate one minor test that now works since the empty file …
(edit) @1093   13 years masberg Reinstate one minor test that now works since the empty file …
(edit) @1092   13 years masberg Reinstate the empty file package_look_alike/package.mo. OpenModelica?
(edit) @1091   13 years masberg Externalize Area51 project root file root_model.mo + minor tweaks
(edit) @1090   13 years masberg This whole was commented out, revert this so the file is compiled but …
(edit) @1089   13 years masberg Minor tweaks
(edit) @1088   13 years masberg Disabling this test instead of commenting it out. It is disabled …
(edit) @1087   13 years masberg More refactoring, use modern JUnit notation, make some tests more thorough.
(edit) @1086   13 years masberg Refactoring of TestInnerClass?.testChildren, remove warnings and use of …
(edit) @1085   13 years masberg Reinstate most of the tests in TestStandardLibrary?
(edit) @1082   13 years masberg Refactor, avoid use of deprecated methods, make tests alot more detailed.
(edit) @1081   13 years masberg Externalize import_rich_model.mo
(edit) @1080   13 years masberg Externalize component_model.mo
(edit) @1079   13 years masberg Fix typo in comment
(edit) @1078   13 years masberg Break out nested_models.mo into external file
(edit) @1077   13 years masberg Area51: Reinstate import in import_rich_model.mo, which was previously …
(edit) @1076   13 years masberg Refactor TestInnerClass?, which adds a new package modelicafiles with …
(edit) @1075   13 years masberg Add utility methods for printing project files. Formatting fixes
(edit) @1072   13 years masberg Reinstate subtest to testImports that was disabled a long time ago but …
(edit) @1071   13 years masberg Further refactorings
(edit) @1070   13 years masberg Refactor
(edit) @1069   13 years masberg Additional cleanups, clearer error messages.
(edit) @1059   13 years masberg Further refactorings to TestModelicaProject?.java. This refactoring …
(edit) @1057   13 years masberg Major refactoring done on the code. Reinstated a test that was …
(edit) @1056   13 years masberg Minor formatting tweak
(edit) @1055   13 years masberg Fix TestInnerClass?.testIsEncapsulated for modern versions of Modelica. …
(edit) @1053   13 years masberg Add version of broken_nested_models.mo without syntax errors.
(edit) @1052   13 years masberg Add utility method for travering the Modelica standard library. Useful …
(edit) @1051   13 years masberg Fix typos
(edit) @1049   13 years masberg Fixed unit test TestModelicaFolder? and added some methods for handling …
(edit) @1046   13 years masberg Updated tests
(edit) @1044   13 years masberg Fixes for the testsuite
(edit) @1042   13 years masberg Fix typos
(edit) @1039   13 years masberg Fix grammar and typos
(edit) @720   13 years masberg Made test project build, it is, however, still unusable due to severe …
(edit) @523   17 years adrpo - MDT 0.7.1 updates
(edit) @438   19 years remar Changed RestrictionType? to Restriction and getRestrictionType to …
(edit) @437   19 years remar * parser now understands strings and doesn't try to parse contents of …
(edit) @435   19 years boris * added a test that triggers a bug in modelica list parser code …
(edit) @433   19 years boris * refactored code completion proposals computation code a bit * …
(edit) @430   19 years boris * enabled the update definition location test, couse it works now
(edit) @417   19 years boris * implemented isEncapsulated() on FolderPackage? * unuglified remar's code
(edit) @414   19 years boris * implemented isEncapsulated() in InnerClasses? * bunch of refactorings done
(edit) @407   19 years boris * found another way to break parseErrorString()
(edit) @406   19 years remar * parseList now throws a ModelicaParserException? when something goes wrong
(edit) @403   19 years remar * removed unneeded tests
(edit) @402   19 years remar * parseErrorString doesn't die on strange error strings anymore! (I hope)
(edit) @401   19 years boris * added monkey test on parseErrorString code
(edit) @392   19 years boris * urhh, ehh, don't blame me remar, it's YOUR code that is broken
(edit) @391   19 years boris * fixed bug which coused package.mo and other stuff to be proposed as …
(edit) @381   19 years boris * renamed getRootPackage() and getPackage() methods to getRootClass() …
(edit) @372   19 years boris * implement code completion based in unqualified imports, boowaa !
(edit) @370   19 years boris * implement code completion based in renaming imports (hah, this one …
(edit) @366   19 years boris * added a new IStandardLibrary package that acts as grand parent of …
(edit) @361   19 years boris * code completion now uses info provided by qualified imports
(edit) @360   19 years boris * restored manual runner
(edit) @357   19 years boris * added a method to fetch any modelica elements parent * added a …
(edit) @349   19 years remar * removed unneeded imports
(edit) @341   19 years remar * removed the empty console view from the Modelica perspective * use …
(edit) @325   19 years remar org.modelica.mdt.core fixed a comment, removed some debug printouts …
(edit) @322   19 years boris * changed code to use classfilename field from ElementsInfo?() when …
(edit) @317   19 years boris * changed code to compute actual region of a component/class instead …
(edit) @316   19 years boris * added test that creates subpackages via the new package wizard
(edit) @312   19 years boris * update the code to not use class* fields from the omc's …
(edit) @311   19 years boris * added some code for fetching information on imports in classes, this …
(edit) @310   19 years boris * create an abstract way to access omc class getElementsInfo() thus …
(edit) @306   19 years remar * error messages now contain both starting and ending position of …
(edit) @302   19 years remar * fixed problem with namespace collisions (nested_model vs. nested_model)
(edit) @299   19 years boris * when the package.mo file is changed or added/removed the parent node …
(edit) @295   19 years remar omcproxy * check for both classnames and compile errors …
(edit) @293   19 years boris * changed all ö to utf-8 correct ö where wc was complaining, oh the …
(edit) @291   19 years boris * moved the modelica project creation code where it belongs IMHO * …
(edit) @290   19 years boris * added a parent package field to new modelica class wizard
(edit) @288   19 years boris * added a 'parent package' field to new package dialog and implemented …
(edit) @287   19 years boris * added an abstraction around modelica nested lists and updated …
(edit) @285   19 years boris * bunch of cosmetic changes
(edit) @282   19 years boris * redone how the top-level packages in the system library are …
(edit) @279   19 years boris * commented IModelicaCompiler.java * renamed …
(edit) @271   19 years boris * renaming org.modelica.mdt plugin to org.modelica.mdt.core (step 1)
(edit) @270   19 years boris * changed the way modelica system library packages are handled for …
(edit) @246   19 years boris * moved all (hopefully) GUI specific code to a separate plugin …
(edit) @240   19 years boris * moved out code that handles communication with OMC to a separate plugin
(edit) @237   19 years boris * fixed bug 1, the problem with disabled finish button in new class …
(edit) @235   19 years boris * added class type selection retention to the new class wizard dialog, …
(edit) @233   19 years boris * removed shutcut to new modelica project from modelica perspective, i …
(edit) @228   19 years boris * renamed ConnectionException? to ConnectException?
(edit) @220   19 years boris * added error handling code for OMC errors * fixed a little glitch in …
(edit) @215   19 years boris * removed ProxyParser?.parseSimpleList(), parseList should be used instead
(edit) @213   19 years boris * added regression test on InnerClass? children * cosmetic changes
(edit) @212   19 years boris * added regression test on InnerClass? children * cosmetic changes
Note: See TracRevisionLog for help on using the revision log.