sdedic commented on code in PR #4317:
URL: https://github.com/apache/netbeans/pull/4317#discussion_r912343989


##########
platform/o.n.bootstrap/test/unit/src/org/netbeans/ModuleManagerTest.java:
##########
@@ -2834,14 +2834,21 @@ public void testEnableFragmentBeforeItsHost() throws 
Exception {
         MockEvents ev = new MockEvents();
         ModuleManager mgr = new ModuleManager(installer, ev);
         mgr.mutexPrivileged().enterWriteAccess();
+        
+        createTestJAR(data, jars, "fragment-module-reg", "fragment-module");
 
         // m1 autoload, m2 normal, m3 eager
         Module m1 = mgr.create(new File(jars, "host-module.jar"), null, false, 
false, false);
-        Module m2 = mgr.create(new File(jars, "fragment-module.jar"), null, 
false, false, false);
+        Module m2 = mgr.create(new File(jars, "fragment-module-reg.jar"), 
null, false, false, false);

Review Comment:
   adjusted m1, m2, m3 to match the comment



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to