Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testOsActivationProfile (0.11 sec)

  1. compat/maven-compat/src/test/java/org/apache/maven/profiles/manager/DefaultProfileManagerTest.java

            List active = profileManager.getActiveProfiles();
    
            assertNotNull(active);
            assertEquals(0, active.size());
        }
    
        @Test
        @Disabled
        void testOsActivationProfile() throws Exception {
            /*
            Profile osActivated = new Profile();
            osActivated.setId( "os-profile" );
    
            Activation osActivation = new Activation();
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top