We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b21677 commit 178592eCopy full SHA for 178592e
2 files changed
tests/com/prtech/svarog/SvCoreTest.java
@@ -229,6 +229,7 @@ public void guiMetaTableTest() {
229
String j = (String) objFromDb.getVal(Sv.GUI_METADATA);
230
if (j == null || !j.contains("search_form")) {
231
objFromDb.setVal(Sv.GUI_METADATA, badJson);
232
+ svw.isInternal = true;
233
svw.saveObject(objFromDb, true);
234
SvCore.initSvCore(true);
235
objFromInit = SvCore.getDbt(svCONST.OBJECT_TYPE_USER);
tests/com/prtech/svarog/SvarogTest.java
@@ -1651,6 +1651,7 @@ public void testObjectUnique() {
1651
for (Map.Entry<String, Object> val : vals) {
1652
duplicateObj.setVal(val.getKey(), val.getValue());
1653
}
1654
1655
svw.saveObject(duplicateObj);
1656
fail("Object was saved although its duplicate");
1657
0 commit comments