-
Bug
-
Resolution: Fixed
-
P3
-
6u3
Problems:
The failed test is reported by appLab(in India), which the test results don't match with the instructions.
The instruction says: Wait until 5 applets have initialised and started and display string messages. Applet 0 should find one less print service than all the rest. Specifically all except Applet 0 should find a service called Applet N printer where N is the number of the applet. They should *NOT* find Applet M printer (where M != N).
The reults show: applet0 finds the same print service as applet1 and applet2, and only applet3 and applet4 found the printer numbers match their applet numbers(for example, applet3 found service: Applet 3 Printer), others don't show any printer numbers which found.
So need an evulation for this test, if the instruction need to be changed or it is a bug.
The test is located: /java/re/jdk/6u3/promoted/latest/ws/j2se/test/javax/print/applet/
The failed test is reported by appLab(in India), which the test results don't match with the instructions.
The instruction says: Wait until 5 applets have initialised and started and display string messages. Applet 0 should find one less print service than all the rest. Specifically all except Applet 0 should find a service called Applet N printer where N is the number of the applet. They should *NOT* find Applet M printer (where M != N).
The reults show: applet0 finds the same print service as applet1 and applet2, and only applet3 and applet4 found the printer numbers match their applet numbers(for example, applet3 found service: Applet 3 Printer), others don't show any printer numbers which found.
So need an evulation for this test, if the instruction need to be changed or it is a bug.
The test is located: /java/re/jdk/6u3/promoted/latest/ws/j2se/test/javax/print/applet/