According to our tests: doJcpTest(newUserLevelCacheViewerXmlBuilder().selectCachedItemType(JavaCachedItemType.RESOURCES).
confirmResourceIsShowedAtRow(1, jnlp).
confirmResourceIsShowedAtRow(0, jar).build());
Jar file is the first item in cache viewer-> Resources. But on win7/x86, the first item is jnlp file.
The correct fix will be make no assumption about the order of resources, by adding command that looks for raw without specifying raw index.
Affected tests:
RULE JavaCacheViewerSystemLevelTest::testImportedLocalJnlpAppShowesInResourcesTable any any
RULE JavaCacheViewerUserLevelTest::testImportedLocalJnlpAppShowesInResourcesTable any any
confirmResourceIsShowedAtRow(1, jnlp).
confirmResourceIsShowedAtRow(0, jar).build());
Jar file is the first item in cache viewer-> Resources. But on win7/x86, the first item is jnlp file.
The correct fix will be make no assumption about the order of resources, by adding command that looks for raw without specifying raw index.
Affected tests:
RULE JavaCacheViewerSystemLevelTest::testImportedLocalJnlpAppShowesInResourcesTable any any
RULE JavaCacheViewerUserLevelTest::testImportedLocalJnlpAppShowesInResourcesTable any any