Commit Graph

164 Commits

Author SHA1 Message Date
wmayer
81ec84356f unit test for / operator of Quantity 2018-10-27 15:58:40 +02:00
wmayer
5f6a6cde9c fix bug in PropertyPlacementList::RestoreDocFile 2018-10-22 12:06:54 +02:00
wmayer
bf4dd7920e emit signal when starting and finishing to save a document 2018-10-08 14:03:00 +02:00
ickby
b84edf59af Make document observer testcases work in cmd line mode 2018-10-08 11:06:25 +02:00
ickby
761881fe99 Expose edit signals to Gui observer 2018-10-08 11:06:04 +02:00
ickby
835c75421f Add python document observer for GUI documents 2018-10-08 11:04:56 +02:00
ickby
7a71379c58 Expose dynamic property signals to python observer 2018-10-08 11:02:31 +02:00
ickby
ccb108dc3d Improve document observer tests by checking parameters of each call, not only the last one 2018-10-08 11:01:52 +02:00
ickby
b08738c15b Expose document property changes to python document observer 2018-10-08 11:01:07 +02:00
ickby
617114a072 Fix and test the new signals 2018-10-08 10:58:39 +02:00
luz.paz
360e581672 Misc. typo and whitespace fixes
ref: https://forum.freecadweb.org/viewtopic.php?f=3&t=30988#p256964
along with other misc. fixes
2018-09-19 17:26:03 +02:00
wmayer
09a8cd6faa fixes #0003586: App test cases require Part module 2018-09-10 20:00:41 +02:00
wmayer
844165c062 unit tests of Arch and Draft require GUI, improve output of units tests 2018-08-28 19:39:34 +02:00
wmayer
1d11f742ca now each module registers its unit tests itself 2018-08-28 13:14:16 +02:00
wmayer
5f29ac1828 CMP0050: make Test module aware of cmake policy 2018-08-20 13:58:28 +02:00
luz.paz
60bd74aaad Trailing whitespace fixes 2018-08-18 21:48:42 +02:00
luz.paz
fab9cad50f Misc. typos
Found via `codespell`
Trivial typos

Found via `codespell`
2018-08-18 21:48:42 +02:00
looooo
984c3cf91d py2 fix: open doesn't accept encoding attribute 2018-05-23 19:13:54 +02:00
looooo
6971114cc3 add python syntax checker 2018-05-23 19:13:54 +02:00
looooo
b28238bb73 python syntax checker: remove some strange leading characters 2018-05-23 19:13:54 +02:00
luz.paz
8057a45d4b Crowdin: more fixes 2018-05-02 00:50:06 -04:00
luz.paz
a463c94796 Crowdin: fix in different WBs 2018-05-02 00:50:06 -04:00
wmayer
32e0f51d04 fix failing unit tests by using adaptive delte value 2018-04-02 14:04:32 +02:00
wmayer
6e0f81ea86 add unit tests for psi and ksi 2018-03-31 15:43:45 +02:00
Yorik van Havre
46fd41d70a Merged translations from crowdin 2018-03-26 18:52:02 -03:00
Yorik van Havre
143b89c8f3 Applied latest translations from crowdin 2018-02-21 14:25:31 -03:00
wmayer
5e16cb9792 fixes #0003323: Crash when clearing transaction list 2018-01-31 23:39:13 +01:00
wmayer
5d1fb6937e tmp. disable unit test for link goes out of scope 2018-01-28 00:38:07 +01:00
luz.paz
165571a851 Mod/Test/BaseTests.py source typo
Changed `def testRoation(self):` to  ` def testRotation(self):`
Please review.
2018-01-23 13:55:33 +01:00
wmayer
3afac199d0 unit tests for Rotation class 2018-01-01 16:45:33 +01:00
Unknown
e3eca59173 Misc. typo fixes
Various workbenches
2017-12-23 14:30:30 +01:00
plgarcia
c42330ef0a Add a function to compare 2 double allowing approximation errors 2017-12-13 17:00:38 +01:00
wmayer
3998eb964e add kd tree class
add mesh decimation algorithm
2017-11-14 14:17:19 +01:00
Yorik van Havre
05a5e9965e Updated translations from crowdin 2017-10-23 18:32:02 -02:00
wmayer
28578fa390 unit test for backlinks on expressions 2017-10-19 23:49:01 +02:00
Stefan Tröger
104c7db3f9 Remove unneeded debug print in test case 2017-09-09 16:55:55 +02:00
Stefan Tröger
efe33757ee Make sure all relevant links are found for object in GeoFeatureGroup. issue0003150 2017-09-09 16:55:55 +02:00
Stefan Tröger
b2874ec0dc Keep backlink consitent during undo/redo. issue 0003150 2017-09-09 16:55:55 +02:00
Stefan Tröger
4fa3005343 Make Group searching robust for cyclic dependencies. fixes #0002567 2017-09-09 16:55:55 +02:00
Stefan Tröger
03721b91b8 Prevent crash on cyclic group relations. fixes #0002567 2017-09-09 16:55:55 +02:00
Stefan Tröger
b28c5aa5ba Test cross GeoFeatureLinks 2017-09-09 16:47:07 +02:00
Stefan Tröger
7f34cbe733 Ensure objects to be in a single GeoFeatureGroup only 2017-09-09 16:47:07 +02:00
Stefan Tröger
2b7e0dc327 Prevent cross GeoFeatureGroup links on recompute 2017-09-09 16:47:07 +02:00
wmayer
0dbfd492be unit test: remove property while transaction is active and abort it later 2017-09-08 14:34:33 +02:00
wmayer
2ae441ff9d unit test for duplicate links in a group 2017-08-19 19:36:40 +02:00
wmayer
6ae540b053 fixes #0003137: Unit UserString wrong 2017-07-24 16:52:03 +02:00
Markus Lampert
5e4533c959 Removing dependency on lxml - fixed some bugs on deleting a job and all it's sub components. 2017-06-21 11:41:35 -07:00
Markus Lampert
bd9ae7bc25 Disable exception catching in tests to figure out why TestPathApp cannot be imported on the build system. 2017-06-21 11:41:35 -07:00
wmayer
feaaf452fb Qt5: set color to progress bar using style sheet 2017-06-19 18:54:25 +02:00
Stefan Tröger
fd0d3f1a39 Revert link integrity checks in properties
The DAG test is not needed anymore as the relevant functions are non-DAG save now, and the other check will be moved to the recompute as it is not efficient or save to do it in the links itself.
2017-06-19 15:37:09 +02:00