#186: Automate media kit sanity tests ---------------------+------------------------------------------------------ Reporter: jlaska | Owner: lili Type: task | Status: new Priority: major | Milestone: Automate installation test plan Component: tests | Version: 1.0 Resolution: | Keywords: ---------------------+------------------------------------------------------ Comment (by liam):
Interesting, the DVD can hold 4700000000 bytes,not 4.7GB if we use 1024 to transform.And the same as flash drive. Actually, CD can hold 734003200 bytes,equal to 700M,if use 1024 to transform.It's good idea to use bytes to scale the capacity of media,that would not confuse us. :) I did some modifications to the test correspondingly. Thanks for pointing this out, robatino.