wmayer
b3e8efc9f9
Test: [skip ci] set direct connection mode as otherwise the test will fail
2022-07-05 15:28:28 +02:00
0penBrain
faf0d02945
Gui: test for ILoggerBlocker
2022-07-05 13:35:18 +02:00
wmayer
9cddd7f226
Test: [skip ci] unit test for fix of Vector2d::Rotate
2022-07-04 16:53:47 +02:00
wmayer
80e01ef0b7
Test: ignore UnicodeEncodeError in TestMetadata.test_file_path
2022-06-30 13:32:29 +02:00
wmayer
fc8ccd59ed
Test: use codecs.open in TestMetadata.test_file_path
2022-06-29 15:51:42 +02:00
wmayer
4265755534
Test: set encoding to utf-8 in TestMetadata.test_file_path
2022-06-29 12:28:02 +02:00
wmayer
046b42c95b
Test: [skip ci] test file path with utf-8 <-> utf-16 conversion
2022-06-29 11:23:15 +02:00
wmayer
02718d99bb
Test: extend test for enumeration
2022-06-28 21:24:19 +02:00
wmayer
3c1c4a13e8
Test: [skip ci] test for fixed Rotation::inverse()
2022-06-20 12:39:22 +02:00
wmayer
36208f38e0
Test: [skip ci] extend test for issue #6949
2022-06-11 16:10:09 +02:00
0penBrain
7892f31c31
Expression: add unit test for issue #6948
2022-06-11 15:59:06 +02:00
0penBrain
d96a7ac9d8
[Bugfix] Expression: fix precedence+associativity management in parenthesis removal
...
Fixes #6948
2022-06-11 15:59:06 +02:00
wmayer
e3c384263c
Base: raise TypeError if Vector is multiplied with unsupported type
2022-06-04 13:21:04 +02:00
Benjamin Alterauge
086547c490
List all available test units, if none is selected.
...
From the command line (FreeCADCmd) only which not need the GUI.
A better description
Grammatically improvement
Use PrintMessage
2022-05-31 02:03:11 +02:00
Yorik van Havre
2dffe82cda
Merged crowdin translations
2022-05-27 11:28:55 +02:00
wmayer
fc9e19aafb
Test: [skip ci] add unit tests for PR #6907
2022-05-24 14:17:44 +02:00
Kuzemko Alexsandr
c266f16c53
Update .ts with lupdate ver 6.4.0.
2022-05-23 16:53:07 +02:00
wmayer
4ea3c8678b
Test: [skip ci] test matrix element order
2022-05-17 11:47:40 +02:00
luz paz
ad067cdf7e
[TestWB] fix source comment typo in
...
[skip ci]
2022-05-17 02:28:47 +02:00
wmayer
4393dfae8c
Test: [skip ci] unit test for Commands related to PR #6889
2022-05-16 13:33:32 +02:00
wmayer
f4a0387dc9
Test: unit test for sub-objects related to PR #6888
2022-05-16 11:29:18 +02:00
wmayer
fbb992b578
Test: unit test for sub-objects related to PR #6838
2022-05-14 16:32:19 +02:00
Yorik van Havre
996994da55
Merged crowdin translations
2022-05-05 15:46:09 +02:00
Yorik van Havre
a62092d498
Updated ts files
2022-05-05 15:20:57 +02:00
wmayer
d0f47f2afa
App: fix restoring the attributes of a dynamic property
...
For more details see: https://forum.freecadweb.org/viewtopic.php?p=591465#p591465
2022-05-03 16:52:54 +02:00
wmayer
94dceaf09a
Test: [skip ci] add unit tests for Prop_None and Prop_Output
2022-05-03 11:46:04 +02:00
wmayer
80c900cf52
Base: fix conversion from Placement to Matrix
...
See also: https://forum.freecadweb.org/viewtopic.php?f=3&t=61000
2022-04-29 13:45:50 +02:00
wmayer
a6d0338d0b
Test: [skip ci] add missing unit test for PR #6787 : fix property conflict in App::Link restore
2022-04-25 14:50:47 +02:00
Yorik van Havre
1fbd1fb38d
Merged crowdin translations
2022-04-21 14:18:33 +02:00
wmayer
0cfb853549
Test: [skip ci] add test code of issue #6735 as unit test
2022-04-13 12:59:16 +02:00
wmayer
c01846c3e7
Base: fix handling of path separators in parameter group names
2022-03-29 14:54:03 +02:00
Chris Hennes
0c03a0283d
Test: PR4556 Step 3: sort QGridLayout by row-col
2022-03-28 10:43:25 -05:00
wmayer
48c6777d82
Points: include header with export macros
2022-03-24 20:46:47 +01:00
wmayer
d21a60b294
All: modernize C++11
...
* replace deprecated headers
2022-03-23 22:44:18 +01:00
Chris Hennes
af041fb4d6
App: Add Metadata content type test
2022-03-21 09:24:51 -05:00
Uwe
ffa5068385
[Test] remove Xerces
2022-03-20 22:45:52 +01:00
Uwe
e1d7762140
[Test] remove Python.h
2022-03-20 22:42:09 +01:00
Chris Hennes
a7699eadc6
Test: Change Metadata exception tests to use assertRaises
2022-03-17 19:09:01 -05:00
Stefan Brüns
5b419b6b27
[Test] Fix tkinter module name for python 3
...
The module name changed from uppercase Tkinter to tkinter.
2022-03-17 15:20:42 +01:00
wmayer
83fc9f05b0
Test: [skip ci] fix installation directory of metadata test files
2022-03-15 20:34:02 +01:00
Yorik van Havre
a55ee61840
Merged crowdin translations
2022-03-14 12:21:01 +01:00
wmayer
0f9768fb33
Fix coverity issue:
...
* CID 332682: Resource leak
* CID 350607: Resource leak
* CID 332677: Resource leak
2022-03-14 11:35:04 +01:00
Chris Hennes
46cd740269
App: Improve Metadata error handling
...
Report XML parse exception details.
2022-03-13 21:01:47 -05:00
Chris Hennes
4fc8ee56a6
App: Fix Metadata Py constructors
...
Also adds unit tests for the corrected Copy and Default constructors.
2022-03-13 21:01:47 -05:00
Chris Hennes
589f074e7d
Test: Add first tests for Metadata
2022-03-11 20:15:44 -06:00
wmayer
490dd63e77
Test: fix unit test 'Menu'
2022-03-11 13:57:56 +01:00
wmayer
042d9d248e
App: correctly handle int as argument for ocumentPy::getObject
...
Add a unit test to confirm correct behaviour
2022-03-09 23:02:22 +01:00
Uwe
554635cc7d
[Gui] rename the Qt header list
2022-03-07 20:35:38 +01:00
Stefan Brüns
18371c0d3c
Test: Provide more useful information when unit translation fails
...
Add the input quantity and the target scheme to the exception output.
Also make the output formatting more canonical and remove the unused
"s" temporary.
2022-03-06 11:20:09 -05:00
wmayer
eb92031774
Test: automatically close modal dialogs when running Workbench tests
2022-02-21 21:29:26 +01:00