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 2ae28a1 commit 04e0c5eCopy full SHA for 04e0c5e
java/src/test/java/com/genexus/TestGxImageUtil.java
@@ -1,5 +1,6 @@
1
package com.genexus;
2
3
+import com.genexus.sampleapp.GXcfg;
4
import com.genexus.specific.java.Connect;
5
import com.genexus.specific.java.LogManager;
6
import org.junit.Assert;
@@ -33,6 +34,7 @@ public void testImageWidth()
33
34
private String initialize(String name)
35
{
36
Connect.init();
37
+ Application.init(GXcfg.class);
38
LogManager.initialize(".");
39
40
String copiedFileName = String.format(FILE_NAME_COPY, name, java.util.UUID.randomUUID().toString());
0 commit comments