Fixed test
This commit is contained in:
parent
a92f5c532c
commit
1646cbe8de
|
@ -82,6 +82,8 @@ public class BasicTest extends ContextTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDifferentScopes() throws Exception {
|
public void testDifferentScopes() throws Exception {
|
||||||
|
ContextTest.setContextByName(DEFAULT_TEST_SCOPE);
|
||||||
|
|
||||||
CPUFacet cpuFacet = new CPUFacetImpl();
|
CPUFacet cpuFacet = new CPUFacetImpl();
|
||||||
cpuFacet.setClockSpeed("1 GHz");
|
cpuFacet.setClockSpeed("1 GHz");
|
||||||
cpuFacet.setModel("Opteron");
|
cpuFacet.setModel("Opteron");
|
||||||
|
|
Loading…
Reference in New Issue